Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Records matching MAX(Date)
Message
 
To
16/08/2002 06:18:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00690278
Message ID:
00690282
Views:
22
Hi Kevin

If you are just selecting data from a single table and you want the latest dates first, the command would be something like:

select date,field2,field3 from table1 order by date ascending


If you only require a certain number of records you can use the TOP option.


HTH
K
Kevin Delaney
Financial Systems Manager
CPL Solutions Ltd

83 Merrion Square, Dublin 2, Ireland.
e: kevin.delaney@cpl.ie w: www.cpl.ie
p: +353 1 482-5368
Previous
Reply
Map
View

Click here to load this message in the networking platform