当前位置: 代码迷 >> Oracle管理 >> 急一个把CLOB字段插入表.解决办法
  详细解决方案

急一个把CLOB字段插入表.解决办法

热度:101   发布时间:2016-04-24 06:06:47.0
急:一个把CLOB字段插入表....
insert   into   aa(title,lanmu)select   distinct   a.title,b.clumn_name   from     a,   b,c   where   a.articleid=c.articleid   and   b.clumn_id=c.clumn_id;
其中b.clumn_name   ,是CLOB类型
报ORA-00932:   inconsistent   datatypes:   expected   -   got   CLOB错

------解决方案--------------------
去掉DISTINCT
  相关解决方案