MySQL 查询语句 错误代码 1064原因以及解决问题

错误代码: 1064
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 'SELECT job_id work_id FROM employees

原因很可能是 多了逗号 或者 少了分号 仔细i检查一下 语句是不是少符号了 或者多了

多条语句 需要用逗号分隔 否则会报错!

你可能感兴趣的:(笔记,mysql,数据库,database)