$ 0 0 select min(calendar_date) starting, max(calendar_date) ending from sys_calendar.calendar where year_of_calendar=2013This will display the Start & End date of the year 2013
select min(calendar_date) starting, max(calendar_date) ending from sys_calendar.calendar where
year_of_calendar=2013
This will display the Start & End date of the year 2013