Hi,
On 2004-08-04 21:20, gerald_clark wrote:
[...]
SELECT C.B
FROM A
INNER JOIN C ON C.A = C.A
Perhaps you meant:
INNER JOIN C on C.A = A.A
RIGHT JOIN B ON B.B = C.B
WHERE C.B IS NULL
[...]
Yes, thanks. I didn't realize that mysqlbug sends the report to a
mailing list. I have proceeded to submit it as bug 4893 anyway. The
syntax there should be correct.
--
Regards,
Alan
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]