I am using version 3.23.58 and need to do
the following:

select * from a where id not in (select tbl_id from b where tbl="a");

Given that my version does not support sub selects, how
can I re-write the statement to get the desired results?

Thanks.
Dean Hoover


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



Reply via email to