回答編集履歴

1

訂正

2019/08/12 13:39

投稿

Orlofsky
Orlofsky

スコア16415

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```SQL
6
6
 
7
- insert into sample_shop.product(id, name, price, image, delv, isSale) value(1, 'Michael<br>スマホケース', 1580, 'http://localhost/shop/images/01.png', 0, 1);
7
+ insert into sample_shop.product(id, name, price, image, delv, isSale) values(1, 'Michael<br>スマホケース', 1580, 'http://localhost/shop/images/01.png', 0, 1);
8
8
 
9
9
  ```