• There is no harm in doing that, with a couple of provisos:

    Be aware of potential performance issues - each query will run one at a time; they are not submitted in parallel.

    And the data that is retrieved may be inconsistent - for example if an update is run between the first and last query.