Jump to content

if(r =1 order by time1, else order by time2) - how could i do this.


MadnessRed

Recommended Posts

I have 2 times, in mysql database, time1 and time2, and I want to sort by time, if r is 1 then I want to use the second time value, if it is 0 then I want to use the first.

 

Is this possible? here is some pseudo code

 

ORDER BY (if `r`='1'? `time2` : `time2`) ASC

here is an example or the sorted data

 

r

time1

time2

0

7

14

1

2

8

1

3

9

0

10

21

0

11

22

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.