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: SQL TO_DATE

Re: SQL TO_DATE

From: Randy Harris <randy_at_SpamFree.com>
Date: Tue, 26 Aug 2003 02:56:19 GMT
Message-ID: <n%z2b.33624$Vx2.14592096@newssvr28.news.prodigy.com>


Works nicely, thanks!

"Venkat" <veeve_2000_at_yahoo.com> wrote in message news:0Rz2b.21$V06.273_at_news.oracle.com...
>
> Do a TRANSLATE on the second SUBSTR().
>
> Example from the doc:
>
> SELECT TRANSLATE('2KRW229',
> '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ', '0123456789')
> "Translate example"
> FROM DUAL;
>
> Translate example
> -----------------
> 2229
>
>
> Cheers,
> -V
>
Received on Mon Aug 25 2003 - 21:56:19 CDT

Original text of this message

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