Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.45 KB | None | 0 0
  1. begin;
  2. insert into order_productimage (path, product_id) values ('thumb_pai_aventureiro.png', 384);
  3. insert into order_productimage (path, product_id) values ('thumb_pai_elegante.png', 382);
  4. insert into order_productimage (path, product_id) values ('thumb_pai_moderno.png', 383);
  5. insert into order_productimage (path, product_id) values ('thumb_pai_estiloso.png', 380);
  6. insert into order_productimage (path, product_id) values ('thumb_pai_parceiro.png', 381);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement