db2 equivalent of tsql temp table

前端 未结 3 775
离开以前
离开以前 2020-12-10 17:36

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         


        
3条回答
提交回复
热议问题