LAST_DAY returns the last day of the month in which a particular date falls.
LAST_DAY
Return Value
DATE
Syntax
LAST_DAY(date)
Arguments
date can be any datetime expression.
date
Example
LAST_DAY('26-MAR-06') returns the value 31-MAR-06.
LAST_DAY('26-MAR-06')
31-MAR-06
Scripting on this page enhances content navigation, but does not change the content in any way.