Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00398108
Message ID:
00398148
Vues:
14
This message has been marked as the solution to the initial question of the thread.
Boris,

Here's how to get the ruslt you want;
SELECT Name ;
  FROM People ;
 WHERE SelField = "English" ;
   AND Name IN (SELECT Name ; 
                  FROM People ;
                 WHERE SelField = "French") ;
 INTO CURSOR MyResult
The other suggestions will fail beacuse there is no record where selfield is "English" and "French" both.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform