Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
is_not_null.q
blob: 83731f5fc82a0b455c737c5ce029008622af45d7 [
file
] [
log
] [
blame
]
select
count
(*)
from
voter
where
name
is
not
null
;