select
id,
str_to_map(concat_ws(',',collect_set(concat(substr(repay_time,0,7), ':',round(interest,2)))),',',':') repay_interest
from 50_repay t

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-12-06
  • 2021-07-01
  • 2022-02-15
  • 2021-07-19
  • 2021-07-12
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案