Viewing 2 posts - 16 through 17 (of 17 total)
there is no merge statement in ms sql server, i have a merge statement like this (see below). Is there a (new) statement which works like merge of...
November 29, 2006 at 3:47 am
#674615
thanks for the reply...
but what is the sql statement if it is NOT IN instead of IN
select * from table1 where (f1, f2) not in (select f1, f2 from table2...
November 29, 2006 at 12:59 am
#674593