Hello,

are there any plans for MySQL to support the INTERSECT command like most other DBMS (Oracle, PostgreSQL, SQLite) do? I've found a work-around to use an inner join, but I'm not sure how easy it is to adapt it to my situation. I'm intersecting rows from a single table, doing a lot of iterations. And the INTERSECT keyword is a much nicer and easier to read way of doing it.

I'm using MySQL 5.0.

--
Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]>
Visit my web laboratory at http://beta.unclassified.de

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to