質問編集履歴

1

訂正

2018/04/04 15:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  mysql> create table order (date int(5), order_no varchar(5), num int(3) );
18
18
 
19
- ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (dt int(5), order_no varchar(5), num int(3) )' at line 1```
19
+ ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order (date int(5), order_no varchar(5), num int(3) )' at line 1
20
20
 
21
21
  ```