How to get array using Oracle sql query

Posted by Yashwant Chavan on Stack Overflow See other posts from Stack Overflow or by Yashwant Chavan
Published on 2010-03-17T05:29:50Z Indexed on 2010/03/17 5:31 UTC
Read the original article Hit count: 177

Filed under:

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

© Stack Overflow or respective owner

Related posts about Oracle