Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_01.sql
blob: bdc5d3d889409315b9d2e72006a48ca013170262 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
temp_tbl_01
AS
SELECT
*
FROM
typeall_l
;
SELECT
COUNT
(*)
FROM
temp_tbl_01
;
DROP
TABLE
temp_tbl_01
;