Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_17.sql
blob: 61aee89bb85ff731c830d0f3a4f58066c5434233 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
dfs
.
tmp
.
temp_tbl_17 PARTITION
BY
(
col_dt
)
AS
SELECT
*
FROM
typeall_l
;
SELECT
col_int
,
col_chr
,
col_vrchr1
,
col_vrchr2
,
col_dt
,
col_bln
FROM
dfs
.
tmp
.
temp_tbl_17
;
DROP
TABLE
dfs
.
tmp
.
temp_tbl_17
;