Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
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
;