hive刪除數據、刪除分區、刪除庫表

hive刪除數據、刪除分區、刪除庫表web -- 刪除庫 drop database if exists db_name; -- 強制刪除庫 drop database if exists db_name cascade; -- 刪除表 drop table if exists employee; -- 清空表 truncate table employee; -- 清空表,第二種方式 ins
相關文章
相關標籤/搜索