Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TRANSLATE Alfabet to Integer
Well, it definitely CAN be done. However, nothing very efficient comes
to mind...
Note: there won't be any way to convert it back to a string if you use single digits like your example.
Richard Kuhler
R Chin wrote:
>
> Select TRANSLATE(CALLIND,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','123456789..')
>
> I want to TRANSLATE alfhabets into sequential integers....ie. J --> 10 etc,
> can this be done ?
>
> thanks
> Robert Chin
Received on Tue Mar 12 2002 - 16:43:30 CST
![]() |
![]() |