blob: 2636e1a7641b3b6a7db652fc46f41ab6b74f296d [file] [log] [blame]
CREATE TEMPORARY TABLE temp_tbl_23 PARTITION BY ( c1 ) as SELECT * FROM dfs.`Join`.ltbl;
SELECT * FROM dfs.tmp.temp_tbl_23;
DROP TABLE dfs.tmp.temp_tbl_23;