MySQL Forums
Forum List  »  Newbie

Re: Column condition two times
Posted by: Phillip Ward
Date: June 20, 2016 06:15AM

Quote

The query has a bug . I think the ON should be on OID not cid.
OK, so change it.

Nothing you're going to get in a forum post is going to be exactly what you need; it will [almost] always need some degree of adaptation, which requires some degree of understanding, which is what we're trying to provide.

Quote

When I do the query and select 2 categories I need the Oid's that have both categories not at least one.
And that's what you should get.
The having clause will only return you oid's that have both of the categories that you requested. If there's only one, it will not satisfy the having condition so that oid won't be included.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: Column condition two times
June 20, 2016 06:15AM


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.