@temsandroses wrote:
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?
And what does "data for each day only within the start and end date" look like?
I'm not sure the "example" shown is the input or the output. If the input, what is the output supposed to look like?
If that is the output then what does the input look like?
... View more