Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max Date
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Max Date
Divers
Thread ID:
00701361
Message ID:
00701361
Vues:
53
I need to create a cursor which has the max date from four date fields in the table, but the following code won't work.

Any idears?

Thanks

John


SELECT Field1, Field2, MAX(Date1,Date2,Date3,Date4) AS Date;
FROM Table ;
INTO CURSOR TempTable
<\PRE>
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform