I have a workflow where I have brought in 27k unique transactions into a temp table. I want to use this table as a common table expression to query another table on the databdase. The downstream table has too many records and is a source system for me to do a join, a CTE (or equivalent) would let me pull from the source only matching records for my source set of 27k unique keys. I don't know a whole lot about the In-Database workflow items, does someone know how to do this?
thanks much