View Single Post
  #3 (permalink)  
Old 08-20-2007, 07:03 AM
suresh suresh is offline
D-Web Trainee
 
Join Date: Apr 2007
Posts: 22
suresh is on a distinguished road
Default Re: update using merge

I'm having difficulty in working out why you think using merge over update will give you any benefits? As per MERGE Statement , merge is used to update or insert, whereas you appear to just need an update.

Update is the way to go...
Reply With Quote