Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select SQL help needed
Message
From
30/07/1997 14:05:41
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00042396
Message ID:
00042404
Views:
27
Jeff, did you misplace a '('?? Also, aliases are not necessary within IN()
try..

WHERE (a.ssno NOT IN (SELECT ssno FROM helth_priors_tmp)) ;
AND (a.ssno NOT IN (SELECT ssno FROM helth_currents_tmp))


....

or, if that doesn't work...
run it the way it is now then..

SELECT * FROM cHelth_tmp3 ;
WHERE ssno NOT IN (SELECT ssno FROM helth_currents_tmp);
INTO cursor cHelth_tmp4

HTW

Matt
Matt McDonnell
...building a better mousetrap with moldy cheese...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform