Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could I define Min/Max Dates in one select?
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00574696
Message ID:
00574708
Views:
29
>The only problem I can see with this code, that you'll get DATE(9999,12,31) as a MinLCActDate if there're no records with DeedType = "LC". You can try to use Null instead of DATE(9999,12,31) to fix it (not tested).

Null would not work. I guess, if there are no DeedType='LC' in the whole file, these dates don't really matter... I'll check with my manager...

>
>>Exactly :) I figured this out by myself (decided to finally eat lunch). Anyway, three stars for you (I knew, you would be the first to answer :))
>>
>>>Something like
MIN(IIF(DeedType = "LC", date, DATE(9999,12,31)) AS  MinLCActDate,
>< snip >
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