Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retreiving recors filteres on Null values
Message
 
 
To
06/07/2002 12:42:41
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00675867
Message ID:
00675869
Views:
10
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform