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

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

Average: 4.2 (5 votes)

try this query; select

try this query;

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