Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query using not in clause
Message
 
 
To
25/02/2004 11:32:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00880737
Message ID:
00880755
Views:
23
Try
SELECT DIST PolicyID FROM Policy ;
  WHERE PolicyDate <= {2003/12/31} AND PolicyID NOT IN ( ;
     SELECT DIST PolicyID FROM Policy ;
       WHERE PolicyDate > {2003/12/31})
>I have a policy table with 2 years worth of data. Each record is either a year 2003 or 2004 record. I need to know which policy does not have a 2004 record. I remember seeing something about using two selects with a "Not IN ( select ......)" clause.
>
>I know I can create two table and scan one and check it against the other but I was looking for a SQL solution.
>
>Couldn't find anything in Help or Hacker's on this or didn't look in the right places.
>Thanks
>Gaylen
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform