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