I have a table with three fields
field_one field_two field_three
I would like to do an insert / update, but instead of checking if one of the key fields exists, I need to check if the (field_one, field_two) combination is already in the database, if so, the insert.
Andre source
share