How to write actual date in oracle pl sql
EOMONTH(Today())?
I know that Today() fuction is SYSDATE, but will it give me the in last day of month format?
How to write actual date in oracle pl sql
EOMONTH(Today())?
I know that Today() fuction is SYSDATE, but will it give me the in last day of month format?
The function
LAST_DAYreturns the last day of the month for the date that is passed as argument.