Bulk insert INSERT INTO

The difference between INSERT IGNORE and INSERT INTO is that INSERT IGNORE will ignore the data that already exists in the database. If there is no data in the database, new data will be inserted, and if there is data, this data will be skipped. In this way, the existing data in the database can be retained to achieve the purpose of inserting data in the gap.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326784194&siteId=291194637