By mswatcher via blogs.msdn.com Published: Feb 21 2008 / 11:11
As far as I remember Oracle has MERGE to make it simple and convenient.
And it's common to say "upsert" rather than "if exists update else insert".
SQL Server 2008 will have the long awaited MERGE statement as well.
What do mysql & postgresql have that compares to merge?
Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.
Comments
dkharlamov replied ago:
As far as I remember Oracle has MERGE to make it simple and convenient.
reido56 replied ago:
And it's common to say "upsert" rather than "if exists update else insert".
miah replied ago:
SQL Server 2008 will have the long awaited MERGE statement as well.
LudoA replied ago:
What do mysql & postgresql have that compares to merge?
Voters For This Link (22)
Voters Against This Link (0)