blob: 98c6f48c28fbd8656910ec1c1997529dadc3d2c5 [file] [log] [blame]
CREATE TEMPORARY TABLE temp_tbl_2wop
AS
SELECT * FROM typeall_l;
SELECT col_int FROM temp_tbl_2wop;
DROP TABLE temp_tbl_2wop;