Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
soundex.q
blob: 87c2eca5da84a06c9b7652f2c341a63187d771e8 [
file
] [
log
] [
blame
]
select
soundex
(
name
),
soundex
(
registration
)
from
`voter1.parquet`
where
registration
=
'democrat'
;