Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Records matching MAX(Date)
Message
 
À
16/08/2002 06:18:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00690278
Message ID:
00690282
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform