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