反转顺序 反转逗号分隔的数据:改变顺序,不改变内容 create table reverse_str(a string comment '字符串') comment '反转字符串'; insert into reverse_str values ('AB,CA,BAD'),(