How to get array using Oracle sql query
- by Yashwant Chavan
I want to display Years between From date - To date using oracle SQL on dual table
e.g.
if pass - From date as 1/1/1900 and To Date as 1/1/2000
then it shoold display
1900
1901
-
till
2000