Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex243.q
blob: c4b191ba9e19ea48fbdd01f7af89488d3856f369 [
file
] [
log
] [
blame
]
select
t
.
id
,
concat
(
t
.
soa
[
3
].
str
,
t
.
ooa
[
2
].
a
.
aa
.
aaa
,
t
.
ooa
[
2
].
c
.
cc
.
ccc
)
from
`complex.json`
t order
by
t
.
id limit
11
;