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