MySQL error - “You have an error in your SQL syntax”

前端 未结 4 555
感情败类
感情败类 2020-12-11 23:52

The error message I got:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to

4条回答
  •  無奈伤痛
    2020-12-12 00:36

    You shouldn't quote column names with normal quotes (''), rather, use backticks (``).

提交回复
热议问题