Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ORDER BY question
Message
 
 
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 SP1
Divers
Thread ID:
01220656
Message ID:
01220673
Vues:
32
>I can. But the query with ORDER BY on the initial cursor will be of a different name. And this will lead to making a bunch of changes in the code. So I was trying to stay with the same cursor name to avoid making other changes.
>
>I don't know if you read what Naomi said, but she thinks that the initial ORDER BY should work.
>
>I will have to run some tests.

I stand by my statement. The following works for me
SELECT * FROM (ALIAS()) ;
	INTO CURSOR (ALIAS()) ;
	ORDER BY ...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform