这种格式怎么更改
with t as (
select month as nowMonth from DW_CBSJY where rownum < 10
)select TO_CHAR(extract(month from to_date(nowMonth,'MM'))) from t
再replace()一下----------不对
https://blog.csdn.net/weixin_39705931/article/details/116487702 to_number一下