|
-
Aug 24th, 2004, 11:44 AM
#1
Thread Starter
Lively Member
Selecting data based on 2 tables
What I am trying to do is to write a query that finds all records in Table ADS that do not have a corrisponding record in the tables PROOFS. Help
SELECT *
FROM Ads
WHERE AdNums NOT IN
(SELECT Proofs.AdNums
FROM proofs))
Ads
AD_ID Long
RevisionDate Date
AdNums long
Proofs
Ad_ID
.....
AdNums long
Ads
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|