Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding ALL items not ANY
Message
 
À
11/10/2000 11:16:11
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00427146
Message ID:
00427888
Vues:
14
IOW, you can substitute other tables for OrdItems below as long as it includes the key OrdID.
> SELECT * FROM Orders ;
>   INTO CURSOR Temp ;
>  WHERE OrdID IN (SELECT OrdID FROM OrdItems O1 WHERE item = 'hammer') ;
>    AND OrdID IN (SELECT OrdID From OrdItems O2 WHERE item = 'nails')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform