使用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 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?),
(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)后边省略