Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex71.q
blob: 03cdfb43bf1c0330432a977aeea52211ec206d92 [
file
] [
log
] [
blame
]
select
t
.
id
,
t
.
ooof
,
t
.
ooof
.
oa
.
oab
.
oabc
from
`complex.json`
t
where
t
.
ooof
.
oa
.
oab
.
oabc
<
25
or
t
.
ooof
.
oa
.
oab
.
oabc
>
500000
order
by
t
.
ooof
.
oa
.
oab
.
oabc limit
50
;