作成: 更新:
mysql「ER_PARSE_ERROR 1064(42000)」
この記事は最終更新日から8か月以上が経過しています。
このエントリーは約1分で読めます。
事象
# version: mysql 5.7
code: 'ER_PARSE_ERROR',
errno: 1064,
sqlState: '42000',
sqlMessage: "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 'XXXXXXXX' at line 999
結論
最後尾に ,
がついてた
javascriptが専門で、最近のlintだと最後尾でもカンマつけがちだったので
SQLでもやってしまった、というだけの話