增加10%update table_name set a = a + a*.1;变为原来的10%update table_name set a = a * 0.1;
select a * 0.1 from tab