经常用的,自己mark一下,有更好的处理办法希望推荐给我

select tt.c_fundcode ,
       wm_concat (  tt.c_profitclass||':'||rtrim(to_char(tt.f_profit*100,'fm99999999999990.999999'),'.')||'%') as profit
from ttrustfundprofit tt where tt.c_fundcode='005440'
group by tt.c_fundcode

  处理前和处理后的对比截图
wm_concat 使用
 

wm_concat 使用
 
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2022-01-19
  • 2022-03-04
  • 2022-12-23
相关资源
相似解决方案