使用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 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),
(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)后边省略
标签:java,name,SQLSyntaxErrorException,error,sql,attributes,### From: https://www.cnblogs.com/aidaminiu/p/16596611.html