Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
drill_4578_o.q
blob: 59a0991f9490f03c5b9dd4f1bc71a28fb35c030e [
file
] [
log
] [
blame
]
select
*
from
(
select
t
.
children
from
`json_storage/employee_wchildren.json`
t
)
subq WHERE subq
.
children
is
not
null
;