Hello Guys,
Looking for a help to parameterize the Date field in my SQL Query.
I have Query like "Select * from TABLE_A where DATE_A='2-July-2019' and DATE_B between '1-July-2019 and '30-July-2019'
I am using a Input tool and running this query and loading the results back in the database.
Now i want to automate this process by removing the hardcoded Date Fields by using parameter provided in a separate file/Configuration Table.
DATE_A='2-July-2019'
DATE_B1='1-July-2019'
DATE_B2='30-July-2019'
I am thinking ,if its possible to Read the Config file/Table and read these values and then pass these value to my Query in Input Tool and then load the data into a table in Alteryx.