Truncate table in Oracle getting errors

后端 未结 9 1371
忘了有多久
忘了有多久 2021-02-02 08:11

I got the problem is when I run following command in Oracle, I encounter the error.

Truncate table mytable;

Errors:

         


        
9条回答
  •  春和景丽
    2021-02-02 09:03

    TRUNCATE TABLE TEST2 DROP ALL STORAGE;
    

    This statement Actually works when there is an foreign key constraint applied on a .table

提交回复
热议问题