select to_char(sysdate, 'Month') from dual
i ditt exempel kommer att vara:
select to_char(to_date('15-11-2010', 'DD-MM-YYYY'), 'Month') from dual
select to_char(sysdate, 'Month') from dual
i ditt exempel kommer att vara:
select to_char(to_date('15-11-2010', 'DD-MM-YYYY'), 'Month') from dual