INSERT_IGNORE_INTO
INSERT_IGNORE_INTO
command to insert a new record in the table, but differently from INSERT_INTO if the primary key already exists will be ignored and that specific row will not be inserted
INSERT_IGNORE_INTO
command to insert a new record in the table, but differently from INSERT_INTO if the primary key already exists will be ignored and that specific row will not be inserted