View Single Post
  #2 (permalink)  
Old 04-17-2006, 06:09 AM
Dimitar
 
Posts: n/a
Default SQL 92 answer. Re: Insert or update a record if it already exists?

I am afraid there is no sql92 answer to this question.
For sq192 an approach would be to insert every row and use grouping functions for reporting.
Reply With Quote