jaggy12
Technical User
- Feb 6, 2009
- 2
wonder if somebody can help
I have two talbes. similar information but the number (count )of data is different. I used Unmatched query to find out discrepancy.. but here is my probelm.
table1 100 100 150 200 300
table2 100 150 200 200
when I run the query, it only shows 300 from table 1.
But I need to a result showing 100 from table 1( becuse table 2 has one of 100) and 200 from table 2( since table one only has one of 200)
So when I used unmatched query, I have not the result what I want...
Appreciate any help
Thanks
I have two talbes. similar information but the number (count )of data is different. I used Unmatched query to find out discrepancy.. but here is my probelm.
table1 100 100 150 200 300
table2 100 150 200 200
when I run the query, it only shows 300 from table 1.
But I need to a result showing 100 from table 1( becuse table 2 has one of 100) and 200 from table 2( since table one only has one of 200)
So when I used unmatched query, I have not the result what I want...
Appreciate any help
Thanks