Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') values (
'lyl',
'123333',
'locdlafd',
...' at line 11

多了一个标点符号去了就可以 了
在执行SQL插入语句时遇到了错误,原因是在语句中多了一个标点符号。修正这个语法错误后,问题即可得到解决。错误出现在第11行,影响了值的正确插入。

被折叠的 条评论
为什么被折叠?



