Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NULL. and positive integers
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00066174
Message ID:
00066198
Views:
29
>I made an integer field allow .NULL. and I want to retrieve all records that are greater than zero or .NULL. and exclude the zeroes. Is there anything more efficient than IF ISNULL(myfield) OR myfield greater than 0?
Bret,

Nope! That is the only way if you allow NULLs. Nulls have to be handled specially because of their nature.
Previous
Reply
Map
View

Click here to load this message in the networking platform