blob: a3b38ff5751129cfb90290f4e1cd0f1aced5964a [file] [log] [blame]
CREATE TEMPORARY TABLE temp_tbl_5wop
AS
SELECT * FROM typeall_l;
SELECT col_dt FROM temp_tbl_5wop;
DROP TABLE temp_tbl_5wop;