Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
drill_4578_i.q
blob: 9fdee191eb426938e61045267dbdf65c623cc754 [
file
] [
log
] [
blame
]
select
*
from
`json_storage/employee_wchildren.json`
t
where
t
.
children
is
not
null
;