Hi, Can you please let me know if there is equivalent thing for INSERT ... ON DUPLICATE KEY UPDATE which is in my SQL.
No, unfortunately not, AFAIK. -- Frank Kalis Moderator Microsoft SQL Server MVP Webmaster:http://www.insidesql.de
quote:Originally posted by Rocky Hi, Can you please let me know if there is equivalent thing for INSERT ... ON DUPLICATE KEY UPDATE which is in my SQL. you mean UPSERT? (insert new records and update existing) Madhivanan Failing to plan is Planning to fail
http://en.wikipedia.org/wiki/Upsert -- Frank Kalis Moderator Microsoft SQL Server MVP Webmaster:http://www.insidesql.de