how to intersect two "selects" and then put another condition for the result
- by Shadi
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.