当前位置:主页 > 数据库 > MsSql >
时间:2021-03-08 11:40:55 | 栏目:MsSql | 点击:次
使用insert into table(field, ...)select(value,...) union all select(value,...) union all select(value,...) ...的情况
我一次插入的数据是:1190条。用insert into所用的时间在510毫秒上下徘徊,而用insert into select所用的时间在16毫秒上下徘徊。