I need a query that will insert multiple records into a table but if exists, update the column labeled status for each row.
ON DUPLICATE KEY UPDATE is the solution to thi