ITERATE OVER MONTH between 2 dates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kshah
    New Member
    • Oct 2020
    • 1

    ITERATE OVER MONTH between 2 dates

    i have pl/sql table xxx. We are storing start_date and end_date in this table.

    I want to add 1 month to start_date untill start_date = end_date

    basically I want to create a loop which will insert date in another table with incremental start date
Working...