airnikez
2008-03-25 19:23:11 UTC
update tableA
set tableA.field1 = tableB.field2
from tableA, tableB
where tableA.id = tableB.id
mysql is complaining syntax issue near from tableA
thanks!