Pular para o conteúdo

Fóruns SQL e PL/SQL Update com substr ou não?? Update com substr ou não??

#96069
Peterson
Participante

    tente:

    REPLACE(x, string_busca, string_substituta). Exemplo:

    SELECT REPLACE(coluna, ‘String_original’, ‘Nova_string’)
    FROM tabela;