Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retreiving recors filteres on Null values
Message
 
 
À
06/07/2002 12:42:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00675867
Message ID:
00675869
Vues:
11
This message has been marked as the solution to the initial question of the thread.
Hi Oscar,

The 'Null' represents unknow value therefor ? Null = Null returns .F. You can use IS NULL SQl Select operator.
Where myfield IS NULL
>I need to retrieve records where a certain field contain a null value, or is empty. These records are empty because a column was added. Some of this new fields contain data but I need to retrieve only those empty. A VFP remote view shows null, but when I execute a query through SQLEXEC, the where statement does not accept
>
>Where field = .Null.
>Or
>Where empty(field)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform