DB2 数据库清表语句

truncate table DWDM2.tablename  IMMEDIATE;

alter table DWDM1.tablename  activate not logged initially with empty table;


but which one is best ? the truncate should be better

原文地址:https://www.cnblogs.com/TendToBigData/p/10501485.html