Hi,
I am desparetly trying to create a query to produce a table which is the result of one origin table A minus those entries which a also in table B.
Can anyone help me?
Thx,
Horst
![]()
Hi,
I am desparetly trying to create a query to produce a table which is the result of one origin table A minus those entries which a also in table B.
Can anyone help me?
Thx,
Horst
![]()
Last edited by Horst; 11-01-2011 at 08:16 AM.
Create a Select statement that produces the first results.. then insert a MINUS clause and add the Select statement that produces the second set of results.
This will remove records from the 1st that would be contained also in the second.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks