A
Angela
Hi,
I have 2 tables with some numbers.
Both tables have duplicates.
I would like to return 2 unmatch queries.
First occurance of TableA number should match with first occurance of
TableB number.
First occurance of TableB number should match with first occurance of
TableA number.
TableA
09875464560
09875464561
09875464568
09875464560
09875464567
09875464560
------------------------
TableB
09875464560
09875464568
09875464560
09875464566
09875464561
09875464561
1st query Result: Remaining in A not in B
09875464567
09875464560
2st query Result: Remaining in B not in A
09875464566
09875464561
I hope I have explained it clearly as much as possible.
Looking forward for solutions.
Thanks.
I have 2 tables with some numbers.
Both tables have duplicates.
I would like to return 2 unmatch queries.
First occurance of TableA number should match with first occurance of
TableB number.
First occurance of TableB number should match with first occurance of
TableA number.
TableA
09875464560
09875464561
09875464568
09875464560
09875464567
09875464560
------------------------
TableB
09875464560
09875464568
09875464560
09875464566
09875464561
09875464561
1st query Result: Remaining in A not in B
09875464567
09875464560
2st query Result: Remaining in B not in A
09875464566
09875464561
I hope I have explained it clearly as much as possible.
Looking forward for solutions.
Thanks.