若依代码生成的一个大坑 You have an error in your SQL syntax; check the manual that corresponds to your MySQL s
2022/9/11 2:23:27
本文主要是介绍若依代码生成的一个大坑 You have an error in your SQL syntax; check the manual that corresponds to your MySQL s,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
报错如下所示:显示我的xml文件的SQL语句有错
### Error querying 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 'declare from ass_api ) tmp_count' at line 2 ### The error may exist in file [C:\Users\20102\Desktop\RuoYi-Vue-master\ass_server\target\classes\mapper\server\AssApiMapper.xml] ### The error may involve com.ruoyi.server.mapper.AssApiMapper.selectAssApiList-Inline ### The error occurred while setting parameters ### SQL: select count(0) from ( select id, project_name, module_name, api_type, data_type, request_data, code, creater, create_time, declare from ass_api ) tmp_count ### 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 'declare from ass_api ) tmp_count' at line 2 ; bad SQL grammar []; nested exception is 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 'declare from ass_api ) tmp_count' at line 2
经过仔细检查发现我的map文件的sql语句有一处的字段名称和sql语句关键词重名了,所以导致报错
详细如下图所示:
这篇关于若依代码生成的一个大坑 You have an error in your SQL syntax; check the manual that corresponds to your MySQL s的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-16MySQL资料:新手入门教程
- 2024-11-16MySQL资料:新手入门教程
- 2024-11-15MySQL教程:初学者必备的MySQL数据库入门指南
- 2024-11-15MySQL教程:初学者必看的MySQL入门指南
- 2024-11-04部署MySQL集群项目实战:新手入门教程
- 2024-11-04如何部署MySQL集群资料:新手入门指南
- 2024-11-02MySQL集群项目实战:新手入门指南
- 2024-11-02初学者指南:部署MySQL集群资料
- 2024-11-01部署MySQL集群教程:新手入门指南
- 2024-11-01如何部署MySQL集群:新手入门教程