I have two tables:-
Table1
Coulmn1 |
100 |
Table2
Coulmn1 |
150 |
Now I want to see difference between these two tables. Basically I am expecting:-
Coulmn1 |
50 |
I am using SQL 2005/8. How to get it? Any help would be really appreciated.
Thanks
I have two tables:-
Table1
Coulmn1 |
100 |
Table2
Coulmn1 |
150 |
Now I want to see difference between these two tables. Basically I am expecting:-
Coulmn1 |
50 |
I am using SQL 2005/8. How to get it? Any help would be really appreciated.
Thanks