Is there a way to find out how many records were inserted by the INSERT IGNORE ? How many lines were added or how many were ignored?

    1 answer 1

    There is. SQL function ROW_COUNT() or api function mysql_affected_rows()