Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filtering without Group By and Having ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00590837
Message ID:
00590865
Vues:
25
Steve,

Try something like this;
SELECT * ;
  FROM MyTable ;
 WHERE First condition is true ;
   AND MyTable.Primarykey NOT IN (SELECT PrimaryKey ;
                                    FROM MyTable BB ;
                                   WHERE Second condition is not .T.) ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform