gdanalakshmi
Registered User.
- Local time
- Today, 02:51
- Joined
- Nov 26, 2002
- Messages
- 102
I have 2 tables.
TableA has 2 columns - BldgName and RecvCount
TableB has 2 columns - BldgName and SendCount
My output should be
BldgName RecvCount SendCount.
TableA has some records that are not in TableB
TableB has some records that are not in TableA
So I have to find the commmon records of both as well as non- matching records from both the tables.
How can i do it efficiently?
TableA has 2 columns - BldgName and RecvCount
TableB has 2 columns - BldgName and SendCount
My output should be
BldgName RecvCount SendCount.
TableA has some records that are not in TableB
TableB has some records that are not in TableA
So I have to find the commmon records of both as well as non- matching records from both the tables.
How can i do it efficiently?