I have .xls files, each with 1 tab, where the table name is in the format CustomerReport_ddMMyyyyhhmmss
Is it possible to add a wildcard to the SELECT statement like the below (the below doesn't work)so I can input multiple tables without specifying every table name:
SELECT * FROM `CustomerReport_%$`