| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> Re: remove character...
"Marc Collin" <os2_at_videotron.ca> wrote in message
news:NKM0c.63859$QM4.1041253_at_weber.videotron.net...
> hi
>
> with plsql
> how to Remove N character in str1 starting from index I
haven't tried it but it looks ok:
newStr=
substr(orig_str,1,I-1)||
substr(orig_str,I+N);
zin
--- http://www.zintel.com
Received on Mon Mar 01 2004 - 20:16:48 CST
![]() |
![]() |