I have a table with two keys x,y. So when ever I insert into table I have to check if x and y combo already exists. if so then I have to update else insert. Can any one please help?
it should be something like
if "keys exisys" then update other columns else insert Thanks in advance