Good day all
I am trying to pass a variable, lets call it %UserInput% in Power Desktop Automate
to a Teradata SQL statement that gets executed as part of the flow.
In my SQL code I have a LIKE function ie: Where Name LIKE ‘%lookup-value-goes-here%’
How would I parse the PDA variable into the LIKE statement, as the LIKE statement requires the % characters in front and after the ‘name-goes-here’
Any suggestions would be appreciated. Thanks