blob: 83e49e50f60525a12f8a1e2892ac465b6e1a36f9 [file] [log] [blame]
CREATE TEMPORARY TABLE dfs.tmp.temp_tbl_11 PARTITION BY ( col_int )
AS
SELECT DISTINCT col_int FROM typeall_l ORDER BY col_int;
SELECT * FROM dfs.tmp.temp_tbl_11;
DROP TABLE dfs.tmp.temp_tbl_11;