Oracle之clob字段不能union的问题

原因:由于clob类型字段不能使用group by函数,而union中需要使用group by过滤掉重复纪录;

解决方法:union可以改为union all。

posted @ 2016-08-04 14:48  Mr.Bruce  阅读(1714)  评论(0编辑  收藏  举报