Hi,

I have a client who requires a composite table. A table containing data from
several different tables. The following query works in some databases but I
can't seem to get it to work in MySQL. Is there some other way to accomplish
this?

update tableA set (mycolumn) = (select somecolumn from tableB where id =
123)

Thanks,
Jayne


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