Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
initcap.q
blob: e2eb39e7913cf9c535a8e0ba6c7193344baf84c3 [
file
] [
log
] [
blame
]
select
initcap
(
name
),
initcap
(
registration
)
from
voter_parquet
where
registration
not
in
(
'democrat'
,
'republican'
,
'independent'
);