hive---內置函數(2)表生成函數

表生成函數:能夠理解爲一個函數能夠生成一個表函數 行轉列函數:spa explode(字段名--hive中集合類型中的array,map)----炸開字段內容blog distinct去重class select distinct sub from (select explode(subjects) as sub from t_stu_subject) temp;select 表生成函數:late
相關文章
相關標籤/搜索