Probabilmente stai cercando il REGEXP_REPLACE
e REGEXP_LIKE funzione insieme a un aggiornamento.
update sometable set somecol = REGEXP_REPLACE(somecol, ...) where REGEXP_LIKE(somecol, ...)
Probabilmente stai cercando il REGEXP_REPLACE
e REGEXP_LIKE funzione insieme a un aggiornamento.
update sometable set somecol = REGEXP_REPLACE(somecol, ...) where REGEXP_LIKE(somecol, ...)