Is there a way to update a column of a table using values from other tables

something like

update table1 set table1.column1=table2.column1 where table1.column2=table2.column1


-- 
Laurent Oget, Ph.D.     [EMAIL PROTECTED]
Senior Engineer         Zvolve Systems Inc      http://zvolve.com
Chercheur Associé       Liafa                   http://liafa.jussieu.fr

---------------------------------------------------------------------
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