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
相關文章
相關標籤/搜索