org.springframework.jdbc.BadSqlGrammarException: Error updating database
Posted wei_shuo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.springframework.jdbc.BadSqlGrammarException: Error updating database相关的知识,希望对你有一定的参考价值。
🌐Hello World !
org.springframework.jdbc.BadSqlGrammarException: Error updating database
报错信息:
org.springframework.jdbc.BadSqlGrammarException:
Error updating database. Cause: 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 ‘deletes from mybatis.user where id=5’ at line 1
分析:
您的 SQL 语法有误
- You have an error in your SQL syntax
检查与您的MySQL服务器版本相对应的手册,了解在附近使用的正确语法 ‘deletes from mybatis.user where id=5’
check the manual that corresponds to your MySQL server version for the right syntax to use near ‘deletes from mybatis.user where id=5’ at line 1
根据标错信息得知SQL语句写错了,此时需要检查书写SQL的文件(userMapper.xml映射文件),发现手误写错delete
🌼 结语:创作不易,如果觉得博主的文章赏心悦目,还请——
点赞
👍收藏
⭐️评论
📝冲冲冲
🤞
以上是关于org.springframework.jdbc.BadSqlGrammarException: Error updating database的主要内容,如果未能解决你的问题,请参考以下文章
org.springframework.jdbc.support.MetaDataAccessException:Spring Boot 中的 JDBC DatabaseMetaData 方法
Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection
org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback;未分类的 SQLException
如何使用 org.springframework.jdbc.object 实现可重用的 ddl 语句?
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection
org.springframework.jdbc.BadSqlGrammarException: Error updating database