Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change record order permanently
Message
 
 
To
06/02/2007 10:10:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01192768
Message ID:
01192781
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform