update t_1 set a = a || '(bbbbbbb)';
update t_1 set a = concat(a,'(bbbbbbb)'); -- oracle不用+,用的是||连接。或者是用concat