Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order By Clause in SELECT Query
Message
De
08/09/2006 16:14:08
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01152447
Message ID:
01152458
Vues:
19
That's exactly what I did. Thanks Del!


>>VFP backend:
>>
>>Why will the PADL() in this order by not work?
>>
>>SELECT * FROM table1 ORDER BY street, st_type, st_prefix, st_suffix, city, PADL(ALLTRIM(number),8,'0')
>
>This isn't allowed in VFP, as far as I know. What I do when I need something like this is add the field with its expression to the SELECT field list and then ref in the order by. For example...
>
>
>SELECT table1.*, ;
>          PADL(ALLTRIM(number),8,'0') AS myOrderField ;
>FROM table1 ;
>ORDER BY street, st_type, st_prefix, st_suffix, city, myOrderField
>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform