problem with intersect operation in a sql query

Posted by Shadi on Stack Overflow See other posts from Stack Overflow or by Shadi
Published on 2010-06-02T18:42:49Z Indexed on 2010/06/02 18:53 UTC
Read the original article Hit count: 208

Filed under:
|

I wrote the following query, I think it's correct but I have a "missing operator" error.

SELECT * FROM results,Types WHERE results.a=Types.b  
INTERSECT  SELECT * FROM results,Types WHERE results.c=Types.b

Could somebody help me please?

Thanks a lot.

© Stack Overflow or respective owner

Related posts about sql

Related posts about intersection