Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
LAST_DAY « Date Timezone « Oracle PL / SQL
Oracle PL / SQL
Date Timezone
LAST_DAY
1.
LAST_DAY: Get the last day of each month
2.
Simple demo for LAST_DAY function
3.
Finding the last day of the month starting summer
4.
Calculating the Number of Days of Summer in June
5.
select last_day( date'2000-02-01' ) "Leap Yr?"
6.
select last_day( sysdate ) "Last day of this month"
7.
LAST_DAY(hire_date)+1
8.
LAST_DAY(x): get the date of the last day of the month that contains x.