Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
not_equal1.q
blob: fa0f331ca542f35e15a1fd1d205da44c25f6a603 [
file
] [
log
] [
blame
]
select
distinct
(
registration
)
from
voter
where
registration
<>
'independent'
;