sql报错
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 ‘?,?,?,?,?,?,?,?)’ at line 1
原因
to your MariaDB server version for the right syntax to use near ?,?,?,?,?,?,?,?)
这里多了个sql
去掉后
to your MariaDB server version for the right syntax to use near ?,?,?,?,?,?,?,?)
to your MariaDB server version for the right syntax to use near ?,?,?,?,?,?,?,?)
可以了!!

相关文章: