insert into a ( select * from b)

解决方案 »

  1.   

    如果是转移的话,应该加上一句 delete a 或者trunce
      

  2.   

    SQL> insert into t_swaraj_bulletin_temp(select * from t_swaraj_bulletin where cr
    eate_date>=to_date('20031001', 'yyyymmdd'));
    insert into t_swaraj_bulletin_temp(select * from t_swaraj_bulletin where create_
    date>=to_date('20031001', 'yyyymmdd'))
                                              *
    ERROR 位于第 1 行:
    ORA-00997: 非法使用 LONG 数据类型
    SQL>其中有一个字段数据类型是long raw
    what can I to do?????????????????????