I am trying to pull data from oracle based on the 3 columns from the input file: start_date| end_date | title 01aug2021 | 01oct2021| 2021 Batch 1 01jul2021 | 01oct2021| 2021 Batch 2 01jun2021 | 01oct2021| 2021 Batch 3 For each title I want to obtain data for each day only within the start and end date. Is there a way to do so?
... View more