Hive 添加表字段,給字段排序

添加字段 alter table 表名 add columns (列名 STRING COMMENT 'Department name'); 排序 ALTER TABLE 表名 CHANGE column col_old_name col_new_name column_type [COMMENT col_comment] after 列名(放在哪一個字段後);
相關文章
相關標籤/搜索