摘要:
因为数据库的wm_concat()函数返回的是VARCHAR2,但是我有个聚合操作,聚合后的参数长度超过4000,所以我需要写一个类似于wm_concat的函数,返回的是CLOB类型 我的报错sql如下: 下面讲解我的操作步骤: 先以sys用户授权: grant execute on dbms_lo 阅读全文
摘要:
报错信息: Description: An attempt was made to call the method com.google.common.collect.FluentIterable.concat(Ljava/lang/Iterable;Ljava/lang/Iterable;)Lco 阅读全文