Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT-Sql Order By question
Message
De
11/02/2003 14:01:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00751979
Message ID:
00751984
Vues:
22
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform