Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT-Sql Order By question
Message
From
11/02/2003 14:01:22
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00751979
Message ID:
00751984
Views:
31
Mel, try
SELECT MyTable.Last AS Last, MyTable.First AS First ;
    ORDER BY UPPER( Last ), UPPER( First ) ;
    INTO TABLE THISFORM.MyTableFolder+'MyTable'
The data will be sorted by UPPER but not converted to uppercase - I think :) Although I am not sure why your original statement would not work. It looked ok to me? What was the error message?

Update: Sorry mine will not work. I think your orignal statement should work. What was the error message?
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform