I'm trying to use results from a DB Query node to pull results from Teradata using the DB Execute node.
Results from DB Query include 500K records with column name Cust_ID.
Within the DB Execute I have the following:
DbInterface "cli"
paremeter 1 as query - "Select Cust_ID From Table A Where Cust_ID= :Cust_ID"
General - "sqlSelect(1,"{{^query^}}",'Cust_ID')
I am getting the following error:
Length 0 is not allowed for CHAR, VARCHAR, BYTE, VARBYTE column.