Oracle Current month
Hi Experts,
I have a date dimension table in database.
I want o have sql query something like below which returns current month from Database which is equal to sysdate current month
select distinct X.MO_FULL_NM
from X
where X.MO_FULL_NM =TO_char(sysdate,'MONTH') Not working
Can someone helps with the exact format.
Thanks in Advance
V