Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
views
/
query3.q
blob: 56401997a23d842b712715bee97b0e42777b8cdf [
file
]
create
or
replace view v3
as
select
*
from
`dfs/parquet/rankings`
;
select
pageRank
,
pageURL
,
avgDuration
from
v3
;
drop view v3
;