C
c8tz
I have created a table such that it contains the records that should
be present that are not in the "real" table.
eg.
Area Block Tree
1 1 1
1 1 2
1 1 3
1 1 4
1 2 1
1 2 2
1 2 3
1 2 4
The "real" table has
Area Block Tree
1 1 2
1 1 3
1 1 4
1 2 1
1 2 3
1 2 4
My query should show:
Area Block Tree
1 1 1
1 2 2
Tried using the Unmatched query but does not give what i want.
Thanks for the help.
be present that are not in the "real" table.
eg.
Area Block Tree
1 1 1
1 1 2
1 1 3
1 1 4
1 2 1
1 2 2
1 2 3
1 2 4
The "real" table has
Area Block Tree
1 1 2
1 1 3
1 1 4
1 2 1
1 2 3
1 2 4
My query should show:
Area Block Tree
1 1 1
1 2 2
Tried using the Unmatched query but does not give what i want.
Thanks for the help.