For example, when a sheet have about 1 million record need import in to database.
How to do this.
1 | insert into zoo_sea (id, name, age, birthday, status) |
make 1 million data into 10000 sql command, insert can finish with in 20 minutes.
For example, when a sheet have about 1 million record need import in to database.
How to do this.
1 | insert into zoo_sea (id, name, age, birthday, status) |
make 1 million data into 10000 sql command, insert can finish with in 20 minutes.