Hello,

using the last version 1.4.193. the regex_replace does not work with the
4th argument:

sql> select regexp_replace('Sylvain','S.?.?','TOTO', 'mni')
[2016-11-03 14:09:13] [90008][90008] Invalid value "TOTO" for parameter
{1}; SQL statement:
select regexp_replace('Sylvain','S.?.?','TOTO', 'mni') [90008-193]

whereas only 3 arguments works fine

sql> select regexp_replace('Sylvain','S.?.?','TOTO')
[2016-11-03 14:12:29] 1 row retrieved starting from 1 in 16ms (execution:
5ms, fetching: 11ms)

I am not sure if this is specific to this version...

Please could you help?

Best regards,
Sylvain

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to