How to insert large amounts of data in the database

insert into table_a select * from table_a where name='';

Reproduced in: https: //www.cnblogs.com/pretty-guy/p/3232091.html

Guess you like

Origin blog.csdn.net/weixin_34121304/article/details/93199859