I have a sql query that pulls in form multiple tables, how can I run that query to import into an excel sheet?
A:
Not knowning your toolset, or even DB Platform, here's a guess.
David Stratton
2010-08-18 20:35:20
A:
I presume that's 'from multiple tables'. In Excel got to the Data menu > Get External Data > From Other Sources > From Microsoft Query and open an ODBC connect. If you can't get the query right in Microsoft Query declare it as a View in your Database and of course you need an ODBC connection to the database
MikeAinOz
2010-08-18 22:04:25