开发者社区 问答 正文

Hive中的修改外部表student2为内部表的代码是什么?

Hive中的修改外部表student2为内部表的代码是什么?

展开
收起
游客k7rjnht6hbtk6 2021-12-07 14:23:10 313 分享 版权
1 条回答
写回答
取消 提交回答
  • alter table student2 set tblproperties('EXTERNAL'='FALSE');
    
    2021-12-07 14:23:28
    赞同 展开评论
问答分类:
问答标签:
问答地址: