Insert data quickly

The worm copy command of the database
After creating the table first, inserting 2 pieces of test data, and executing the following commands several times, the exponential growth can be achieved

INSERT INTO user (username,phone,city) SELECT username,phone,city FROM user;

Guess you like

Origin blog.csdn.net/qq_58778333/article/details/130155129