Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alter table blah order by column desc

Status
Not open for further replies.

ooglek

Programmer
Jul 27, 2002
7
0
0
US
As the title states, the question is regarding the order by column part of "ALTER TABLE."

Once I've done the alter table blah order by column desc, is there any OTHER way to see how MySQL is ordering the table other than by doing a "select * from blah limit 10" and seeing if they are in the order I think should be specified?

Peter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top