在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
使用insert into table(field, ...)values(value, ...),insert into table(field, ...)values(value, ...)...的情况
使用insert into table(field, ...)select(value,...) union all select(value,...) union all select(value,...) ...的情况 我一次插入的数据是:1190条。用insert into所用的时间在510毫秒上下徘徊,而用insert into select所用的时间在16毫秒上下徘徊。 |
请发表评论