[thelist] Copy Data in MySQL

Fred Jones fredthejonester at gmail.com
Thu May 12 08:41:14 CDT 2011


 > UPDATE tableA
> INNER
>  JOIN tableB
>   ON tableB.fk = tableA.fk
>  SET tableB.datafield = tableA.datafield

Ah beautiful. Thanks.

I responded to my own post after a day and then later realized that it
was never post--my post and response seem to have gone through at the
same time.

Anyway, thanks.


More information about the thelist mailing list