how to intersect two "selects" and then put another condition for the result

Posted by Shadi on Stack Overflow See other posts from Stack Overflow or by Shadi
Published on 2010-06-02T17:09:03Z Indexed on 2010/06/02 17:14 UTC
Read the original article Hit count: 190

Filed under:
|

Hi, I want to intersect two "select" queries and then put another condition for the whole result. I mean: (select ... intersect select ...) where ...

is it possible?

Thanks.

© Stack Overflow or respective owner

Related posts about sql

Related posts about intersection