MySQL and inserting rows only if they does not exist
I have MySQL database with the following table: CREATE TABLE points ( competition_id INT(10) UNSIGNED NOT NULL , user_id INT(10) UNSIGNED NOT NULL , […] See original post by invalid@example.com (xms)