Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order By Clause in SELECT Query
Message
From
08/09/2006 16:14:08
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01152447
Message ID:
01152458
Views:
18
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"
Previous
Reply
Map
View

Click here to load this message in the networking platform