Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying on most current
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01309704
Message ID:
01309718
Views:
8
>Fantastic. That max function works slick. Thanks a bunch.
>
>I changed it, but what is the reasoning for ISBLANK being a bad idea on a date?

You're welcome.

Basically you should use as less functions in Select SQL as possible. ISBLANK is not the same as EMPTY() which you probably had in mind.

In any case, if you have an index on the date, date = {} condition would be Rushmore optimizable while empty(date) would not.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform