hive中的concat,concat_ws,collect_set用法

select
id,
str_to_map(concat_ws(',',collect_set(concat(substr(repay_time,0,7), ':',round(interest,2)))),',',':') repay_interest
from 50_repay t
相關文章
相關標籤/搜索