Eric Fegraus writes:
> Hello,
> I just checked the list for answer to this question and looks like there
> hasn't been one. I have a similar problem, I want to delete a record
> from a table where the value of the field is equal to the value of a
> field in another table. 
> 
> delete from table1 where table1.column = table2.column;
> 
> Any thoughts?
> 
> Thanks,
> Eric
> 


Beside Jeremy's valuable comment, you should know that the above is
already possible in 4.0. 4.0 will be released this autumn.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to