Thread
:
Insert or update a record if it already exists?
View Single Post
#
2
(
permalink
)
04-17-2006, 06:09 AM
Dimitar
Posts: n/a
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.
Dimitar