Jump to content

[SOLVED] Ordering by mutliple fields


pugboy

Recommended Posts

I have two columns:

 

order

AND

orderid

 

How can I get all of the pages (which is what I am trying to order) to be ordered by the order column, then ordered by their ID?

 

I tried ORDER BY `order` ASC, `orderid` ASC but it does not come out correctly...

 

An example of what I want but can't seem to get to work:

 

Page ID name - Order - Order ID:

home - / - 1

docs - / - 2

user - /docs/ - 1

developer - /docs/ - 3

administrator -  /docs/ - 2

 

I can't get the array to be ordered like this:

 

home

docs

user

administrator

developer

 

Is there a better way to do what I am trying to achieve, or am I not using the multiple order by thing correctly?

Link to comment
https://forums.phpfreaks.com/topic/157749-solved-ordering-by-mutliple-fields/
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.