There are two tables with identical structures.
I want a single query (TSQL) to obtain the rows which are not common between the tables. Please note that the difference may be in any column.
i.e. in set theory notation I want
(Tab1-Tab2)U(Tab2-Tab1)
Please help !!
I want a single query (TSQL) to obtain the rows which are not common between the tables. Please note that the difference may be in any column.
i.e. in set theory notation I want
(Tab1-Tab2)U(Tab2-Tab1)
Please help !!