Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1.  
  2. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (921, '/uploads/new-images/23/1.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  3.  
  4. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (922, '/uploads/new-images/212/1.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  5. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (923, '/uploads/new-images/212/2.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  6. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (924, '/uploads/new-images/212/3.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  7. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (925, '/uploads/new-images/212/4.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  8. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (926, '/uploads/new-images/212/5.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  9.  
  10. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (927, '/uploads/new-images/240/1.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  11. INSERT INTO `file` (`file_id`, `file`, `type`, `size`, `created_datetime`) VALUES (928, '/uploads/new-images/240/2.jpg', 'image/jpeg', NULL, '2018-11-21 11:49:56');
  12.  
  13.  
  14.  
  15.  
  16. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (921, 23, 2);
  17.  
  18.  
  19. DELETE FROM `avanti`.`contest_file_to_product` WHERE `product_id`=212 AND `purpose`=2;
  20. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (922, 212, 2);
  21. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (923, 212, 2);
  22. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (924, 212, 2);
  23. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (925, 212, 2);
  24. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (926, 212, 2);
  25.  
  26. DELETE FROM `avanti`.`contest_file_to_product` WHERE `product_id`=240 AND `purpose`=2;
  27. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (927, 240, 2);
  28. INSERT INTO `contest_file_to_product` (`file_id`, `product_id`, `purpose`) VALUES (928, 240, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement