How to Create a View
with all days in year. view
should fill with dates from JAN-01 to Dec-31. How can I do this in Oracle ?
If current year have 365 days,view
should have 365 rows with dates. if current year have 366 days,view
should have 366 rows with dates. I want the view
to have a single column of type DATE
.