blob: 16712efdc4be08f16a8735f3ed8bcc6ea517aceb [file] [log] [blame]
use dfs.drillTestDir;
CREATE TEMPORARY TABLE temp_tbl_24 AS SELECT * FROM dfs.`Join`.ltbl;
SELECT count(*) FROM dfs.tmp.temp_tbl_24;
DROP TABLE dfs.tmp.temp_tbl_24;