Is there a query that will just check for the record and if it doesn't exists insert? I don't want to on duplicate update or replace. Looking for a one query solution, looked at other answer but not really what I was hoping for.
Table:
name|value|id
------------------
phill|person|12345
pseudo query:
IF NOT EXISTS(name='phill', value='person', id=12345) INSERT INTO table_name