I am currently executing multiple queries that pull the same kind of data from one source, ie:
etc.
Is there a way to pass a variable (value1) to one query, execute it, then pass the next variable (value2) to it and execute again? I'm wondering if it would be more efficient than executing numerous queries to the same site with just the last value changing.
Thanks.
etc.
Is there a way to pass a variable (value1) to one query, execute it, then pass the next variable (value2) to it and execute again? I'm wondering if it would be more efficient than executing numerous queries to the same site with just the last value changing.
Thanks.