Pass in results from Query 1 into Query 2
How can I pass in values from query 1 (like a list of id's) into query 2?
-
Official comment
Get the list of id's from Step 1, put into an array form then use loop join into step 2.
Comment actions
Please sign in to leave a comment.
1 comment