先将
hivesql求多个字段的最小值和最大值的办法
hivesql求多个字段的最⼩值和最⼤值的办法1. 准备数据表test2create table test2(a int,b int,c int,d int,e int);2. 准备2条数据insert into table test2 values(5,1,3,8,6);insert into table test2 values(6,2,5,11,9);查询显⽰如下:hive 字符串转数组3....
hivesql求多个字段的最⼩值和最⼤值的办法1. 准备数据表test2create table test2(a int,b int,c int,d int,e int);2. 准备2条数据insert into table test2 values(5,1,3,8,6);insert into table test2 values(6,2,5,11,9);查询显⽰如下:hive 字符串转数组3....