I'm trying to use a query as a table lets call it "table query". The "table query" is based off of a Teradata table, that is why I am using a query to skim down the data. For some reason the queries I run off of the "table query" give me a "ODBC--call failed" message. Anyone know why this occurs?
If the way I'm doing this is not possible I was thinking of making a make-table query to create the table and run all of the needed functions then delete the made-table in code. Anyone have any other suggestions on this?
If the way I'm doing this is not possible I was thinking of making a make-table query to create the table and run all of the needed functions then delete the made-table in code. Anyone have any other suggestions on this?