Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
orderby
/
drill-1978-1.q
blob: c61ac40f52317b912af759cca0a47b0c76c5f28e [
file
] [
log
] [
blame
]
select
r_name
from
cp
.
`tpch/region.parquet`
order
by
r_regionkey
;