hive级联删除数据库和表 drop database t1 cascade;
hive创建临时表和插入 create table t1 as select * from achi; insert into table t1 select * from achi; insert overwrite table t1 select * from achi;
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3