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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.