I know this is a fairly common question, but I thought I'd ask it anyway.  I
want to do something like:

UPDATE tab1 SET tab1.val=tab2.val WHERE tab1.id=tab2.id;

Is there any way to do a query like this?

Thanks,

Chris


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