首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

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

2012-02-06 
急:一个把CLOB字段插入表....insertintoaa(title,lanmu)selectdistincta.title,b.clumn_namefroma,b,cwher

急:一个把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

热点排行