blob: f6d9ca60f49e19f4f0ff3533775dda86ae63a18a [file] [log] [blame]
CREATE TEMPORARY TABLE temp_tbl_03 PARTITION BY( col_vrchr1 )
AS
SELECT * FROM typeall_l;
SELECT col_vrchr1 FROM temp_tbl_03;
DROP TABLE temp_tbl_03;