Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql and where clauses
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00236881
Message ID:
00237510
Vues:
13
Mark,

NULLs can be confusing. The only way to effectively filter for them is to use the ISNULL() function. NULL is neither T or F. Asking if NULL = Expression always returns NULL even if the expression is NULL. So, if you need to insure that either NULLs are included or that NULLs are excluded you need to use ISNULL() in the filter. Even though your experience showed that NULL was included, I wouldn't depend on that I would check for NULL explicitily.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform