What is the use of MySQL IGNORE INSERT statement?
Answers
Answered by
1
Introduction to MySQL INSERT IGNORE statement. When you use the INSERT statement to add multiple rows to a table and if an error occurs during the processing, MySQL terminates the statement and returns an error. As the result, no rows are inserted into the table.
Similar questions