Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex6.q
blob: 26bfb2263e1179474ac4940fb4060843e19bc5bd [
file
] [
log
] [
blame
]
select
count
(
t
.
nul
)
from
`complex.json`
t
where
t
.
nul
is
not
null
;