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