MySQL Forums
Forum List  »  PHP

Re: nested select statement syntax error
Posted by: jary nubla
Date: August 23, 2005 09:17PM

how about if the select statement looks like this? "not in" is used instead?

select orderno from orders
where orderno not in (select orderno from temporder)

Options: ReplyQuote




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.