It is possible, but it's tedious. It really depends on how you want the result set to be used. For example, if you have a query that returns a value that you want to use in a subsequent query, you could pass it into the subsequent query something like this:
But that method would only work if the first query returns only a single value. If your first query returns multiple fields,
If your first query returns 1 field but multiple records, you could have your first query set up to return something in CSV format, something like this:
That would return results something like this:
And then you could set up your subsequent query like this: