Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_21.sql
blob: 3dd23b273e8b1fded84d1aa0fe5ecf24224754a4 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
temp_tbl_21
AS
SELECT
col_int
,
col_chr
,
col_vrchr1
,
col_vrchr2
,
col_bln
FROM
typeall_l
WHERE
col_int
=
60718
;
SELECT
*
FROM
dfs
.
tmp
.
temp_tbl_21
;
DROP
TABLE
dfs
.
tmp
.
temp_tbl_21
;