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