🎈个人公众号:🎈 :✨✨ 可为编程 ✨✨ 🍟🍟
🔑个人信条:🔑知足知不足 有为有不为 为与不为皆为可为🌵

关注公众号【可为编程】回复【面试】领取年度最新面试题大全!!!

check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’ at line 1

注意这种一般情况下是语法问题,说明mysql的各种语句还是不够熟练,

(1)看表名是不是使用了Mysql的关键字,如果是,请立马改掉;

(2)语句给出哪里错误,如我的题目中给出“near”,说明在那附近有问题。
(3)检查mybatis中mapper里sql语句占位符是否写对,我的问题是将#{name}写成了#(name),尴尬。

欢迎大家关注【可为编程】,成长,进步,编程,技术、掌握更多知识!

check the manual that corresponds to your MySQL server version for the right syntax to use near lin_MySQL