hive行转列,列转行实践

drop table demo; create table demo ( test1 string, test2 string, id string ) row format delimited fields terminated by '\t' stored as textfile; 或者 1.建表 drop table demo; create table demo ( test1
相关文章
相关标签/搜索