thanks
but that only work with out the 'select statement condition
eg: update table set name = concat(field, ' hello')
but not in
update table A join
(selec tbla balh blah where ) as b
set a.field = concat( b.field, ' or whatever) /// this not working
where a.field =