Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
cttas
/
cttas_03_wopby.sql
blob: ed89305b42140b081edd72a7cb52e19518d6f4b3 [
file
] [
log
] [
blame
]
CREATE
TEMPORARY
TABLE
temp_tbl_3wop
AS
SELECT
*
FROM
typeall_l
;
SELECT
col_vrchr1
FROM
temp_tbl_3wop
;
DROP
TABLE
temp_tbl_3wop
;