When trying to run a query on previous query results, the query just remains in the queue and nothing happens.

When running normal queries against our databases everything works as it should.

Any help at all would be great - this is such a big issue for me right now! :frowning:

Sorry you’re having trouble with this. How large are the results you’re querying? Do they take a long time to run? Have you tried using cached_query instead of query_ for the table name?

Hey thanks for the reply.

The queries I’m running against all usually take under 1 second to run and this query itself is only c.5 rows and c.10 columns.

I used catched_query as recommended and it worked! (THANK YOU!) - the only downside is that doesn’t re-run the underlying queries for me.