日期:2014-05-17  浏览次数:22000 次

ora-00913 : 值太多
ora-00913 : 值太多
insert into collection_temp
  select *
    from collection t
  where substr(calssno, (length(CALSSNO)), 1) not in ('1','2','3','4','5','6','7','8','9','0')

我  select *
    from collection t
  where substr(calssno, (length(CALSSNO)), 1) not in ('1','2','3','4','5','6','7','8','9','0')

出来只有52条记录为什么会提示值太多呢

------解决方案--------------------
两张表的列要一致,你检查一下看看