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