programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
ProgrammingFAQs

How to get number of days in a given month using oracle

Average: 5 (2 votes)

try this query; select

try this query;

select last_day('09-Dec-2008')-(add_months(last_day('09-Dec-2008'),-1)) from dual;