Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
regexp_replace1.q
blob: 9a9410450300ba779b1bfff22f2b0310b980fb99 [
file
] [
log
] [
blame
]
select
regexp_replace
(
'Thomas'
,
'.[mN]a.'
,
'M'
)
from
voter
where
voter_id
=
10
;