質問編集履歴

1

エラー文例を削除しました。

2020/04/16 04:39

投稿

nitta_komachi
nitta_komachi

スコア8

test CHANGED
File without changes
test CHANGED
@@ -28,26 +28,6 @@
28
28
 
29
29
 
30
30
 
31
- ### 発生している問題・エラーメッセージ
32
-
33
-
34
-
35
- ```
36
-
37
- MariaDB [challenge__db]> CREATE TABLE department(departmentID int,departmentName varchar(255);
38
-
39
- ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
40
-
41
- MariaDB [challenge__db]> CREATE TABLE department(departmentID int,departmentName varcher(255);
42
-
43
- ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'varcher(255)' at line 1
44
-
45
- MariaDB [challenge__db]> CREATE TABLE department(departmentID int,departmentName varcher(255));
46
-
47
- ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to
48
-
49
- ```
50
-
51
31
 
52
32
 
53
33