How would I do the following TSQL query in DB2? I\'m having problems creating a temp table based on the results from a query.
SELECT COLUMN_1, COLUMN_2, CO
As it turned out, I did not have permissions to create temp tables.