hive中的列转行
摘要:1、建表 create table crisps_test.tmp_test1( col1 string, col2 string, col3 string, col4 string )row format delimited fields terminated by '\t'; 2、构建测试数据
阅读全文
posted @ 2023-02-15 17:27
posted @ 2023-02-15 17:27
posted @ 2023-02-15 16:03