INSERT only if row with specific conditions does not exist – with some concerns about concurrency and atomicity
I need to insert a row in a table only if a row with a specific set of conditions is not already found in that table.
I need to insert a row in a table only if a row with a specific set of conditions is not already found in that table.