-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInsert_menu.sql
More file actions
80 lines (80 loc) · 1.1 KB
/
Copy pathInsert_menu.sql
File metadata and controls
80 lines (80 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
use weight_tracker
INSERT INTO Menu(FoodID , Amount)
VALUES('10','12'),
('25','7'),
('37' , '5'),
('4' , '5'),
('16' , '9'),
('1' , '3'),
('5' , '6'),
('21' , '5'),
('17' , '5'),
('39' , '8'),
('60' , '7'),
('67' , '4'),
('5' , '3'),
('49' , '5'),
('67' , '2'),
('22' , '5'),
('34' , '6'),
('6' , '4'),
('19' , '5'),
('67' , '3'),
('10' , '7'),
('22' , '4'),
('53' , '4'),
('2' , '1'),
('47' , '3'),
('71' , '5'),
('69' , '7'),
('71' , '3'),
('16' , '3'),
('31' , '7'),
('59' , '4'),
('29' , '4'),
('51' , '6'),
('44' , '3'),
('52' , '7'),
('72' , '2'),
('31' , '5'),
('75' , '10'),
('7' , '3'),
('40' , '8'),
('4' , '3'),
('70' , '4'),
('3' , '34'),
('61' , '20'),
('75' , '14'),
('3' , '2'),
('10' , '3'),
('16' , '3'),
('2' , '3'),
('37' , '3'),
('40' , '4'),
('1' , '3'),
('9' , '3'),
('68' , '3'),
('2' , '3'),
('52' , '4'),
('71' , '2'),
('42' , '2'),
('59' , '7'),
('20' , '3'),
('39' , '3'),
('48' , '4'),
('3' , '2'),
('31' , '3'),
('59' , '3'),
('6' , '3'),
('42' , '7'),
('32','4'),
('36',' 5'),
(' 55','2 '),
('37 ',' 5'),
('74 ','6'),
(' 9','6'),
(' 34','3'),
(' 45','2'),
('11','3'),
('13','7'),
('74','2')