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