INSERT statement exceeds the maximum allowed number of 1000 row values.

就是在MsSqlServer中 INSERT INTO tableName VALUES (), () , (), (), …() 数据括号的数量不能超过1000个

目前还没找到解决办法, 先记录一下

一些参考:

The number of row value expressions in the INSERT statement exceeds the maximum allowed number of 1000 row values.

INSERT statement exceeds the maximum allowed number of 1000 row values._第1张图片

INSERT 语句中行值表达式的数目超出了允许的最大行值数 1000

你可能感兴趣的:(#,关系型SQL,MySql,MsSql,Oracle,数据库,sqlserver,数据库,sql)