Hive中强制删除数据库

Hive中强制删除数据库 若使用drop [database] if exists [database Name]语句删除数据库,若数据库中有表,则没法删除;若是想强制删除,则可使用语句:drop database dblab cascade;
相关文章
相关标签/搜索