Jump to content

Help with sorting please


ecoleman

Recommended Posts

Hi,

 

I need to sort a query by two columns, but only use the second column value if the first column is equal to 0.

 

eg.

 

Name  | Primary Order | Secondary Order

Fred    | 1                    | 10

Sue      | 0                    | 2

William | 10                | 3

Richard | 0                  | 1

 

would ideally be sorted as (Primary Order or Secondary (If Score = 0)), name

which should produce a result like

 

Fred - (1)

Richard - (1)

Sue - (2)

William - (10)

 

Any help would be greatly appreciated.

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/262728-help-with-sorting-please/
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.