回答編集履歴
1
修正
answer
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
insert into Test(id, shop, name, price) values(2, "a", "カレー", 120);
|
7
7
|
insert into Test(id, shop, name, price) values(3, "a", "そば", 100);
|
8
8
|
insert into Test(id, shop, name, price) values(4, "a", "うどん", 100);
|
9
|
-
insert into Test(id, shop, name, price) values(5, "a", "
|
9
|
+
insert into Test(id, shop, name, price) values(5, "a", "定食", 100);
|
10
10
|
insert into Test(id, shop, name, price) values(6, "b", "カレー", 130);
|
11
11
|
insert into Test(id, shop, name, price) values(7, "b", "そば", 140);
|
12
12
|
insert into Test(id, shop, name, price) values(8, "b", "かつ丼", 100);
|
@@ -18,7 +18,7 @@
|
|
18
18
|
1 a カレー 100
|
19
19
|
3 a そば 100
|
20
20
|
4 a うどん 100
|
21
|
-
5 a
|
21
|
+
5 a 定食 100
|
22
22
|
6 b カレー 130
|
23
23
|
7 b そば 140
|
24
24
|
8 b かつ丼 100
|