Hive HiveQL基础知识及经常使用语句总结

基础语句 CREATE DROP 建表、删表 建表 -------------------------------------- -- 1. 直接建表 -------------------------------------- -- 建立非分区表时,省去后半部分便可 create table if not exists table_name( id string comment 'id ',
相关文章
相关标签/搜索