Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find the last date or latest date
Message
 
To
27/02/2006 10:57:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01099471
Message ID:
01099480
Views:
10
This message has been marked as the solution to the initial question of the thread.
>What is the most efficient way to find the last date or the latest date in a date fields.
>
>Calculate won't work on a date field will it?
>
>Calculate Max....

SELECT MAX(DateField) FROM MyTable INTO ARRAY aMaxDate
? aMaxDate[1]
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform