hive sql求多个字段的最小值和最大值的办法

  1. 准备数据表test2html create 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); 查询显示以下:函数 3. 如今要求出a,b,c,d
相关文章
相关标签/搜索