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