CREATE table table_name WITH cte (col1) AS ( SELECT 1 UNION ALL SELECT 2 ),