Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_12.sql
blob: 9ad7b3544834e9430012d933e8ca7984fc8700c5 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
dfs
.
tmp
.
temp_tbl_12 PARTITION
BY
(
col_chr
)
AS
SELECT
DISTINCT
col_chr
FROM
typeall_l
;
SELECT
DISTINCT
col_chr
FROM
dfs
.
tmp
.
temp_tbl_12
;
DROP
TABLE
dfs
.
tmp
.
temp_tbl_12
;