Truncate只能删除管理表,不能删除外部表中数据 hive (default)> truncate table student; alter table AccountRegister drop partition (create_date>='2014-10-1');
Truncate只能删除管理表,不能删除外部表中数据 hive (default)> truncate table student; alter table AccountRegister drop partition (create_date>='2014-10-1');