Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help on Removing "Junk" Characters
If you know what non-alphanumeric characters may be you can use:
update table set col = translate(col, 'A�', 'A') ;
"Robert" <boobie.webdeveloper_at_mailnull.com> wrote in message
news:dj1ea4$ic7$1_at_reader2.panix.com...
> 10g
>
> Please help with this:
>
> How to write an UPDATE where REGEXP_REPLACE (or something else) can be
> used
> to replace any non-alphanumeric characters with NULL ?
>
> Several records have data that look like this:
>
> customer.companyname
> --------------------------------------------------
> Pericles Comidas cl�cas Guillermo Fern�ez
> Queen Cozinha L�cia Carvalho
> Supr�s delices
>
>
> Thanks
>
>
Received on Tue Oct 18 2005 - 08:32:28 CDT
![]() |
![]() |