For example, the given date is 04/04/1924 and I want to find out the last day of February of the year 1924.
I came up with the add_month but it
the simple way to do is :
select first_name , last_day(hire_date) from employees;
i am using HR schema... you can get the last day of the mentioned month.