|
| 1 | +INSERT INTO products (id, name, price) VALUES |
| 2 | +('13371018', 'Läsk', 5), |
| 3 | +('13371026', 'Godis', 4), |
| 4 | +('20005825', 'Lidl Mjölkchoklad', 5), |
| 5 | +('20029838', 'Lidl Mjölkchoklad med hasselnötter', 5), |
| 6 | +('20449100', 'Lidl Mjölkchoklad frukt och nötter', 5), |
| 7 | +('20543372', 'Freeway Orange', 4), |
| 8 | +('40111216', 'Bounty', 7), |
| 9 | +('76145759', 'Toblerone', 4), |
| 10 | +('5000112579321', 'Fanta', 5), |
| 11 | +('5000112579376', 'Fanta Lemon', 5), |
| 12 | +('5000112579390', 'Fanta Exotic', 5), |
| 13 | +('5000112579758', 'Cola', 5), |
| 14 | +('5000112579826', 'Cola Zero', 5), |
| 15 | +('5000112579925', 'Sprite', 5), |
| 16 | +('5000159407236', 'Mars', 7), |
| 17 | +('5000159459228', 'Twix', 7), |
| 18 | +('5000159461122', 'Snickers', 4), |
| 19 | +('5449000009500', 'Cola Cherry', 7), |
| 20 | +('5449000096982', 'Cola Vanilj', 7), |
| 21 | +('7040110663200', 'Japp', 4), |
| 22 | +('7310040018341', 'Guld Nougat', 7), |
| 23 | +('7310040020719', 'Center', 7), |
| 24 | +('7310040020726', 'Plopp', 7), |
| 25 | +('7310040027602', 'Kexchoklad', 4), |
| 26 | +('7310040028746', 'Sport Lunch', 7), |
| 27 | +('7310070000057', 'Apotekarnes julmust', 6), |
| 28 | +('7310070000361', 'Mountain Dew', 7), |
| 29 | +('7310070765802', 'Apotekarnes julmust', 4), |
| 30 | +('7310070766007', 'Pepsi', 5), |
| 31 | +('7310070766090', 'Trocadero (burk),', 5), |
| 32 | +('7310070766113', 'Zingo', 5), |
| 33 | +('7310350117482', 'Kexchoklad Choklad & Yoghurt', 4), |
| 34 | +('7310350117512', 'Sport Lunch Power Break', 3), |
| 35 | +('7310350118342', 'Kexchoklad', 6), |
| 36 | +('7310401009933', 'Trocadero', 5), |
| 37 | +('7310511251604', 'Pigall', 4), |
| 38 | +('7310511257507', 'Daim', 4), |
| 39 | +('7340131603002', 'NOCCO Citrus/Fläder', 20), |
| 40 | +('7340131606003', 'NOCCO Citron/Lime', 20), |
| 41 | +('7340131611106', 'NOCCO Apelsin', 20), |
| 42 | +('7393714236036', 'Frank', 9), |
| 43 | +('7622210406873', 'Japp all nuts', 4), |
| 44 | +('7622300386719', 'Dubbelnougat', 4); |
0 commit comments