Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex32.q
blob: 39feaaf2332337f27174c42c573c06c4c21a477d [
file
]
select
t
.
id
,
t
.
oooi
from
`complex.json`
t order
by
t
.
id limit
5
;