Jump to content

[SOLVED] sorting alphabeticly based on a certain row


legohead6

Recommended Posts

You need an order clause - I just ran thorpe's example on a table to check, and it returned them in order of PK
(I did SELECT username FROM users and they were in PK order.)

Try SELECT rownames FROM tablename ORDER BY sortedrow ASC;
Yep, it is :) Does it hurt to add it? I normally have sorting options so my ASC vs DSC is set in a variable, so I tend to add ASC anytime. If that causes a performance issue I'd take it out, but I think it's fine right?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.