需求:去掉contract字段值中的%

update gsfrankfurt set contract = trim(both "%" from contract);

相关文章: