I am trying to query a database using SQL with where statement and load results into another table.
I need to update where clause based on a date range in Connect in-DB or using Dynamic input-in DB. For instance, my date range is June 1st to June 3rd, I use gen_rows to create 3 days (06-01,06-02,06-03) and trying to replace the query in Connect in-DB or using Dynamic input-in DB with each date. Due to the data volume, I want to process 1 day worth of data and repeat the same thing for all days within date range.
Challenges I am facing are:
1.Connect in-DB tool doesn't allow me to use parameter
2.While trying Dynamic input in-DB, the connection name field is not the connection I specified. It shows VALIDATION_STATUS or CHANGE_METHOD but they are my columns names instead of connection names.
Any suggestions?
