Sun, January 20, 2013
1 min read
[MySQL] 予約語でハマる - 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 'xxx' at line 1
#mysql#database#troubleshooting
MySQL で ERROR 1064 の文法エラーが出た原因は、カラム名 primary が予約語だったためでした。
read more →