Myql 的这个错误,是因为字符串常量没有放在单引号内 比如 select * from 表名 where 列名=字符串常量,这种就会报这个错误 select * from 表名 where 列名=’字符串常量’ 这种就不会报这个错