Jump to content

[SOLVED] mysql secondary "order by"?


tommyboy123x

Recommended Posts

is there a way to order a second field in mysql?

 

lets say the database looks like this:

Topic---------------Name

Javascript----------page1

Javascript----------my_hate_for_it

Javascript----------only_some_support_it

PHP----------------its_way_better

PHP----------------page1

PHP----------------isnt_it_great?

....etc

 

i know this doesn't work, but something similar to this...

 

SELECT * FROM search1 ORDER BY Topic AND Name ASC

 

how Topic will be in alphabetical order (ex: Javascript, PHP), and for each topic, file will be in alphabetical order (ex: my_hate_for_it, only_some_support_it, page1).

 

 

 

I know you could just grab the first topic, then order by the file WHERE topic='$topic', but just seeing if someone knows of an easier / less annoying way

Link to comment
https://forums.phpfreaks.com/topic/54830-solved-mysql-secondary-order-by/
Share on other sites

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.