Wednesday, February 8, 2017

month first and last date

select to_char(trunc(sysdate ,'Month'),'dd/mm/rr') into :sdt from dual;
select to_char(last_day(sysdate ),'dd/mm/rr') into :edt from dual;


No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...