Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE OF SQL STATEMENTS
Message
De
18/07/1996 10:22:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00004029
Message ID:
00004162
Vues:
41
>
>client_id cat_code item_code
>10 1 3
>10 2 1
>10 6 8
>11 1 4
>11 1 3
>
>then try to find every client_id whose cat_code=1 and item_code=3
>and cat_code=6 and item_code=8 .
>got it now ?
>Thanks again for your help, I really apreciate it.

SELECT .... WHERE cat_code=6 and item_code=8 ;
unioun;
SELECT .... WHERE cat_code=1 and item_code=3 ;
INTO CURSOR Query1 ...

HTH

Arnon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform