SELECT to_char(wm_concat(to_char(name))) FROM student;

需要使用两次to_char,否则结果是clob类型

相关文章: