...修改列名(alter table rename column) 支持 10 修改表名(rename emp to TABLE) 支持 11 清除表数据(truncate table TABLE) 支持 12 删除表(drop table TABLE) 支持 13 恢复被删除的表(Flashback table TABLE to before drop) 支持 14 NOT NULL约束(...
基于22个网页-相关网页
Select the Truncate table action to delete all the existing rows in the Orders table before the data load operation starts.
在数据加载操作开始之前,选择truncate表操作删除orders表中的所有已有行。
TRUNCATE table statement This statement quickly deletes the contents of an entire table without firing triggers.
TRUNCATE 表语句 此语句无需激活触发器即可快速删除整个表的内容。
If a NOT LOGGED table encounters an execution error during a data changing statement there is only one choice for DB2: to truncate the table.
如果NOT LOGGED表在执行数据修改语句期间碰到了执行错误,那么对于DB 2来说,就只有一个选择:清空(truncate)该表。
应用推荐