Guest User

Untitled

a guest
Apr 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. id, questions
  2. 1, Hello World
  3.  
  4. Error
  5. Static analysis:
  6.  
  7. 5 errors were found during analysis.
  8.  
  9. A symbol name was expected! A reserved keyword can not be used as a column name without backquotes. (near "int" at position 46)
  10. At least one column definition was expected. (near "int" at position 46)
  11. Unexpected beginning of statement. (near "1" at position 50)
  12. Unexpected beginning of statement. (near "`question`" at position 54)
  13. Unrecognized statement type. (near "varchar" at position 65)
  14. SQL query:
  15.  
  16. CREATE 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.  
  18. MySQL 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
Add Comment
Please, Sign In to add comment