· 8 years ago · Apr 19, 2018, 01:18 PM
1id, questions
21, Hello World
3
4Error
5Static analysis:
6
75 errors were found during analysis.
8
9A symbol name was expected! A reserved keyword can not be used as a column name without backquotes. (near "int" at position 46)
10At least one column definition was expected. (near "int" at position 46)
11Unexpected beginning of statement. (near "1" at position 50)
12Unexpected beginning of statement. (near "`question`" at position 54)
13Unrecognized statement type. (near "varchar" at position 65)
14SQL query:
15
16CREATE TABLE IF NOT EXISTS `Sample`.`TABLE 3` ( int(1), `question` varchar(5), `keywords` varchar(5), `answer` varchar(5)) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
17
18MySQL said: Documentation
19
20#1064 - 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 'int(1), `question` varchar(5), `keywords` varchar(5), `answer` varchar(5)) DEFAU' at line 1