Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
drop_cttas.sql
blob: 1abcbdc0ecfa70eb543cbf8946fb01818bba9b41 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
dfs
.
tmp
.
tmp_tbl_4drp
AS
SELECT
*
FROM
typeall_l
;
SELECT
COUNT
(*)
FROM
tmp_tbl_4drp
;
DROP
TABLE
IF
EXISTS
tmp_tbl_4drp
;