Intersect in mysql

Posted by Ankur Jariwala on Stack Overflow See other posts from Stack Overflow or by Ankur Jariwala
Published on 2010-04-12T10:44:33Z Indexed on 2010/04/12 10:53 UTC
Read the original article Hit count: 298

Filed under:
|
|

Hello everyone I need to implement following query in mysql

(select * from emovis_reporting where (id=3 and cut_name= '?????' and cut_name='??') ) 
intersect
( select * from emovis_reporting where (id=3) and ( cut_name='?????' or cut_name='??') )

I know that intersect is not in m Mysql. So I need alternate way. Please guide me....

© Stack Overflow or respective owner

Related posts about intersect

Related posts about mysql-query