DavidV
August 5, 2020, 9:53pm
1
Does anyone know how to pass a list of strings parameter into a SQL query using the execute query activity?
@DavidV Maybe the Query in the below post can help you. if it doesn’t help, Please give us some more detail on what is the operation that the query should do.
How a suggestion i saw online was like this
“Select msg_num,session_num,response_code,reversal_num,payment_num From xxx.xxx_xxxxx_xxxxx@xxx_xxxxx Where message_id in (’” + sessionStrings + “’) or message_id in (’” + sessionStrings + “’) ”… but i really don’t know what logic would split session strings into chunks again … i try to think of one it confuses me…lol
1 Like