Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: INSTR to find (CHR13) Carriage Returns
Nice alias...
it should be
SELECT INSTR(TxT_FIELD, CHR(13))
from table;
Hth
--
Sybrand Bakker, Oracle DBA
<NeedaHoliday> wrote in message news:387255e1.25434176_at_news.pwgsc.gc.ca...
> I tried the following and did not find a CR in the text field. What am
> I doing wrong.
>
> THanks in advance
>
>
> SELECT INSTR(TxT_FIELD, 'CHR(13)') from table;
>
> It returns 0 and I know there are CR in the text.
>
> Jim
>
> removejames.stewart_at_pwgsc.gc.ca
>
> OMIT REMOVE to email
Received on Tue Jan 04 2000 - 15:02:09 CST
![]() |
![]() |