Home » SQL & PL/SQL » SQL & PL/SQL » Figure out if it is the end of the month
Figure out if it is the end of the month [message #18749] Wed, 13 February 2002 05:33 Go to next message
mary
Messages: 19
Registered: November 1999
Junior Member
How can you figure out if it is the end of the month
and write a sql statement to be added to your pl/sql block to execute a procedure? Thanks
Re: Figure out if it is the end of the month [message #18752 is a reply to message #18749] Wed, 13 February 2002 06:12 Go to previous message
Grant
Messages: 578
Registered: January 2002
Senior Member
select LAST_DAY(trunc(sysdate)) from dual;
Previous Topic: Re: PL/SQL script
Next Topic: How to calculating the difference between dates on different rows
Goto Forum:
  


Current Time: Fri Apr 19 14:44:04 CDT 2024