Oracle中,sql语句使用wm_concat函数,可能会返回<clob>类型。要想正常输出回字符串的形式,可以在前面加to_char().即:to_char(wm_concat(column)).
確定! 回上一頁