You have an error in your SO. syntax: check the manual that corresponds to your MysOl server version for the right syntax
时间: 2023-09-22 07:10:37 浏览: 143
这个错误是由于在你的SQL语句中使用了MySQL的关键字导致的。根据引用,错误信息是"check the manual that corresponds to your MySQL server version for the right syntax to use"。根据引用的解决方法,你需要查看数据库映射xml文件,并将与SQL关键字冲突的字段用``括起来(不是单引号,而是左上角带波浪线的那个键)。这样就可以解决这个错误。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [MySQL报错:check the manual that corresponds to your MySQL server version for the right syntax to ...](https://blog.csdn.net/m0_68681879/article/details/129852051)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *3* [数据库疑难杂症 java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the ...](https://download.csdn.net/download/weixin_38717896/13685038)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文