hive修改字段类型

修改字段类型

alter table 表名 change column 原字段名 现字段名 字段类型

hive修改表注释:

alter table  table_name set tblproperties('comment' = '表的新注释');

猜你喜欢

转载自blog.csdn.net/weixin_42856363/article/details/111990725