微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

批量插入时 java.sql.SQLSyntaxErrorException

使用shardingsphere batchInsert 批量插入时,单次插入300多条数据 

### 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 '-1(station,date, year,latitude,longitude, elevation,name,temp, ' at line 1 ### The error may exist in file [E:\code\java\learn\Magic\Base\target\classes\mapper\GlobalCityTemperatureMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### sql: insert into temperature(station,date,year,latitude,longitude,levation,name,temp,temp_attributes,dewp,dewp_attributes,slp,slp_attributes,
stp,stp_attributes,visib,visib_attributes,wdsp,wdsp_attributes,mxspd,gust,max,max_attributes,min,min_attributes,prcp,
prcp_attributes,sndp,city_name,country_name,frshtt) values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),
   (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)后边省略


 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐