zhonghandle
Programmer
Hi,
Is it possible to do a MINUS option between tables in SQL Server?
Like, (Select * from tableA) MINUS (Select * from tableB) assuming that both tableA and tableB have same number of columnes?
Thanks alot in advance.
Is it possible to do a MINUS option between tables in SQL Server?
Like, (Select * from tableA) MINUS (Select * from tableB) assuming that both tableA and tableB have same number of columnes?
Thanks alot in advance.