Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help please with Oracle

Re: Help please with Oracle

From: Guido Konsolke <Guido.Konsolke_at_triaton.com>
Date: Tue, 6 May 2003 08:30:41 +0200
Message-ID: <1052202231.774344@news.thyssen.com>


"Oleg Fedorov" <ofedorov_at_purdue.edu> schrieb im Newsbeitrag news:b960su$mg8$1_at_mozo.cc.purdue.edu...
> Function My_Count(p_string varchar2,p_character char) return number is
> begin
> return LENGTH(p_string||'.')-LENGTH(REPLACE(p_string||'.',p_character));
> end;
>

Hi Oleg,

oh my god, I'm blind. Haven't even thought about going this excellent, broad,
simple way. I should consider retirement 8-((.

Thanks,
Guido Received on Tue May 06 2003 - 01:30:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US