ORA-22922: 不存在的 LOB 值解决办法

to_char(wm_concat(字段)) as 别名
改成
wm_concat(to_char(字段)) as 别名
就没问题

你可能感兴趣的:(ORA-22922: 不存在的 LOB 值解决办法)