Hi,
I have a bunch of queries that I need to run against a data table to produce various analyses.
Every two weeks I get a fresh set of data, same structure, more rows.
I import this data into the database with a different table name because I need to retain the existing table(s) for trend analysis.
Is there a way to parameterise these queries so that at run time they each ask for the table name to query? A drop down list of table names would be great.
Ambre
I have a bunch of queries that I need to run against a data table to produce various analyses.
Every two weeks I get a fresh set of data, same structure, more rows.
I import this data into the database with a different table name because I need to retain the existing table(s) for trend analysis.
Is there a way to parameterise these queries so that at run time they each ask for the table name to query? A drop down list of table names would be great.
Ambre