Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
views
/
query1.q
blob: 3973d881fb86a525b1f6158ae115c7109d0cbcbc [
file
] [
log
] [
blame
]
create
or
replace view v1
as
select
*
from
`dfs/parquet/rankings`
;
select
count
(*)
from
v1
;
drop view v1
;