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