1UPDATE TAB SET FIELD_NAME=REPLACE(FIELD_NAME,'DDD','AAA') ;
2
INSERT INTO A select aa, bb, 5 as  from A;