Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL : Can I use Select... Order By SUBSTR(xxxxx) ?
Message
De
08/08/1999 10:12:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL : Can I use Select... Order By SUBSTR(xxxxx) ?
Divers
Thread ID:
00251237
Message ID:
00251237
Vues:
58
All,

I'm using SQL Select to retrieve data from a few tables where one of the field in the cursor is "month".

Example,
03/98
04/98
06/98
02/99
06/99

For that, I need to put the order as,
ORDER BY SUBSTR(month,4,2),SUBSTR(month,1,2)

However, this cannot be done because ORDER BY need to refer to a field, but not SUBSTR(...).
Any solution or good idea to this??

Thanks,
Gan
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform