-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
Does MySQL support the "EXISTS" / "NOT EXISTS" clause in table query
statements? What I want to do is to find tuples which do NOT have
corresponding tuples in another table. For example - tell me who in my
person table does not have an email address.
- Re: EXISTS Clause Heinrich Stoellinger
- Re: EXISTS Clause Victoria Reznichenko