Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code for a max expiration date???
Message
From
24/10/2002 08:40:44
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00714536
Message ID:
00714766
Views:
15
Sergey, the following code hangs on my computer at around 50%. I also tried on my co-workers computer. Any suggestions? Also, will this code still return all the records which have expired in a month but if a record has 2 the one with the max(expdate)?

select * from rcbfile a ;
where expdate between ctod('09/01/2002') and ctod('09/30/2002') ;
and expdate ;
IN( select max(expdate) ;
from rcbfile b ;
where b.id = a.id)

Thanks,
Sunshine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform