Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex272.q
blob: 14ea2ccb43674ddfa239e54732791719e115affb [
file
]
select
*
from
(
select
t
.
id
,
t
.
nul
,
t
.
oooa
from
`complex.json`
t order
by
t
.
id limit
10
)
tt
;