Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sorting by a DateTime type
Message
De
29/05/1996 10:02:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00001725
Message ID:
00001758
Vues:
31
>Hello,
>

>SELECT bar = rollin.barcode, acc = rollin.accept,
>;
> org = convert(varchar(12),rollin.orgdate) FROM
>;
> rollin ;
> ORDER org DESC, acc DESC, bar ASC
> INTO etc...
the syntax in VFP is different

SELECT rollin.barcode as bar,... etc.

HTH

Arnon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform