MySQL Forums
Forum List  »  Newbie

Re: SELECT problem
Posted by: John Noble
Date: November 27, 2018 08:17AM

Think I have worked it out...

SELECT * FROM orders WHERE holdBack = "F" and orderNo NOT IN (SELECT orderNo From Orders WHERE holdBack = "T")

Options: ReplyQuote


Subject
Written By
Posted
November 27, 2018 06:59AM
Re: SELECT problem
November 27, 2018 08:17AM


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.