Posted by Zvonko on 10/02/40 11:45
hi!
I have two tables with same structure. I need to run a select query that
will return only the rows
from one table that are not in the other.
In MySQL it would be
select * from table1 MINUS select * from table2.
but in MsSql I can not find the apropriate way to do this.
Any Help?
Zvonko
Navigation:
[Reply to this message]
|