Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex24.q
blob: 722804f68fb02ddecdcd54bafe85564b22bbed72 [
file
]
select
t
.
id
,
t
.
ooa
from
`complex.json`
t order
by
t
.
id limit
10
;