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