SyntaxFix
Write A Post
Hire A Developer
Questions
to_char(to_date(V_MONTH_NUM,'MM'),'MONTH')
where V_MONTH_NUM is the month number
V_MONTH_NUM
SELECT to_char(to_date(V_MONTH_NUM,'MM'),'MONTH') from dual;