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