MySQL Forums
Forum List  »  Newbie

Re: correct way to sub select ?
Posted by: Peter Brawley
Date: April 10, 2016 10:42AM

That contradicts your SQL, which says ...

get all rows where `iswebsitelive` != 'ok' AND `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)

Which is it?

Options: ReplyQuote


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


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.