I have to use a piece of software that once it runs an analysis it creates a table with a unique reference id. To access these results via SQL is a pain, so I am creating a template so that users can easily pass the results through into Excel.
The problem I have is that the table name is constantly changing. Is there a way of making the:
Select * From <variable>
possible?
Thanks in advance