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