SELECT REPLACE ( concat ( ‘’‘’, s.str, ‘’‘’ ), ‘,’, ‘’‘,’‘’ ) FROM ( SELECT ‘AAA,ABC’ AS str ) s 处理前: 处理后: