Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change record order permanently
Message
 
 
À
06/02/2007 10:10:23
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
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01192768
Message ID:
01192781
Vues:
20
>There is no need for that though it can be easily done by scanning in certain order and copying to another table.
>
>The above did not show me any help

select * from myTable order by ISeq into table MyNewTable

or

select myTable
set order to ISeq
copy to MyNewTable

Would it be better?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform