MySQL Insert OR Replace if exists

INSERT INTO `meta` 
SET `key`=:key, `value`=:value
ON DUPLICATE KEY
UPDATE `key`=:key, `value`=:value ",

Leave a comment

Your email address will not be published. Required fields are marked *