Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to determine if field contains NULL or not?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is there a way to determine if field contains NULL or not?
Miscellaneous
Thread ID:
00567112
Message ID:
00567112
Views:
40
Hi everybody,

Suppose, you have a file with 20000 records. Is there a way to check, if field contains NULLs or not for the whole file except for scanning through it and check each field, which would be time consuming...

I just thought about another idea: select sum(iif(isnull(field1,1,0)) as Field1NullsCnt, etc.
but it would be slow too...

Do you have other suggestions?
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform