G
Guest
Is there a way to run a query on every table that is in the database? I am
linking multiple excel files as tables. I want to run the same query on all
of them, but I would like to not have to change the query every time that a
new file is added.
Something like:
Select * from *
Can you use wildcards in the table names? I could name them all similar.
Thanks, Chuck
linking multiple excel files as tables. I want to run the same query on all
of them, but I would like to not have to change the query every time that a
new file is added.
Something like:
Select * from *
Can you use wildcards in the table names? I could name them all similar.
Thanks, Chuck