Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select one or the other
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00302862
Message ID:
00302886
Vues:
16
Mark,

Try something like this;
SELECT Field3, Field2 ;
  FROM MyTable ;
 WHERE Field2 IN ("X","Y","Z") ;
   AND (Field1 = "2" OR EMPTY(Field1)) ;
 GROUP BY 2 ;
 INTO CURSOR MyResult
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform