Lateral View使用指南

https://blog.csdn.net/sunnyyoona/article/details/62894761.net

 

 

select sum(pitem) from (
select map_values(repay_principal) principal from dw.dw_xxx
) t lateral view explode (t.principal) ptab as pitemblog

相關文章
相關標籤/搜索