I figured it out! I'm pulling from Salesforce initially and couldn't find a way to make it happen in that step, so I pulled the values into a single column in a Toad Local snapshot. Then I used a GROUP_CONCAT function with SEPARATOR inside a Set Variable SQL to create the string. From there I just passed that comma separated string variable into a SQL statement against DB2. Thanks!
↧