java.sql.SQLSyntaxErrorException: 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 'lines where lll='1'' at line 1

在数据库中建表时要避免使用数据库里的关键字,否则造成的问题就是:idea会报错你的数据库语句写错了(事实上明明没写错)

参考大佬地址:https://blog.csdn.net/weixin_47784657/article/details/122337631

posted @ 2022-04-01 15:15  KongLong_cm  阅读(221)  评论(0)    收藏  举报