Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
drill_4578_b.q
blob: 4fe6b016abe456f98fb0be609bf61a36f782d13d [
file
] [
log
] [
blame
]
select
*
from
`json_storage/employee.json`
t
where
t
.
children
[
0
]
is
null
;