How can I do a bulk insert of rows but only if specific combinations of columns don't already exist?
Those columns are not unique to the table. (Otherwise I could easily use INSERT IGNORE). Rather, I just need this to happen for one particular SQL query.