在项目中,利用循环拼接成了插入多行数据的SQL语句: Insert into table(col1,col2)vaules(value11,value21); Insert into table(col1,col2)vaules(value21,value22); Insert into table(col1,col2)vaules(value31,value32); Insert into table(col1,col2)vaules(value41,value42); ... 当出现重复行时