MySQL Forums
Forum List  »  Newbie

Re: correct way to sub select ?
Posted by: Jason Carroll
Date: April 10, 2016 02:00AM

to put it another way...

get all rows where `iswebsitelive` != 'ok' or `iswebsitelive` != 'not okish' (these will be at the top of our returned results)
next
get all rows where `iswebsitelive` = 'ok' or `iswebsitelive` = okish' (these I wish to be at the bottom of the returned results)

Options: ReplyQuote


Subject
Written By
Posted
Re: correct way to sub select ?
April 10, 2016 02:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.