質問編集履歴

1

書式の改善

2019/02/22 05:19

投稿

newyee
newyee

スコア213

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
1
  以下のSQL文が何故エラーになってしまうのかが分からない為、教えて頂けましたら幸いです。
2
+
3
+ ```sql
2
4
 
3
5
  MariaDB [tennis]> create table users(
4
6
 
@@ -8,6 +10,16 @@
8
10
 
9
11
  -> password VARCHAR(255) NOT NULL)DEFAULT CHARACTER SET=utf8;
10
12
 
13
+ ```
14
+
15
+ 以下はエラーの内容となります
16
+
17
+
18
+
11
- 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 '
19
+ > 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 '
12
20
 
13
21
  password VARCHAR(255) NOT NULL)DEFAULT CHARACTER SET=utf8' at line 3
22
+
23
+
24
+
25
+ よろしくお願いします