Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select SQL help needed
Message
 
À
30/07/1997 14:05:41
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00042396
Message ID:
00042458
Vues:
32
>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

Thanks Matt! I had a misplaced alias, once I fixed that (removed the aliases, it worked fine.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform