Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Removing blank spaces from a column ?
.
update table
set field_name=replace(field_name,' ',null);
"Matt" <zagnimp_at_aom.bt.co.uk> wrote in message
news:39DB51C8.5EA44A9D_at_aom.bt.co.uk...
> Hi
>
> Is there a function/procedure plsql command
> for removing blank spaces from a column ?
>
> ie I would like to remove all the blank spaces
> from the following column...
>
> 12 12 12 12 12 to make 1212121212
>
> Regards
>
> Matt
>
Received on Wed Oct 04 2000 - 16:39:02 CDT
![]() |
![]() |