Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_04.sql
blob: 9a8001d968b4da3521d18f8f45dc1eefa88864f5 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
temp_tbl_04 PARTITION
BY
(
col_vrchr2
)
AS
SELECT
*
FROM
typeall_l
;
SELECT
col_vrchr2
FROM
temp_tbl_04
;
DROP
TABLE
temp_tbl_04
;