Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
regexp_replace3.q
blob: fead3e100bd30d7e96c8aedf5c2c32d67554d716 [
file
] [
log
] [
blame
]
select
regexp_replace
(
'I cannot see you.'
,
'\.'
,
' in the dark.'
)
from
voter
where
voter_id
=
10
;