Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sql statement to find carriage return
On Tue, 16 Dec 2003 15:33:14 -0500, "Bill Thomason"
<billthomason_at_charter.net> wrote:
>I am looking for a simple sql statement to find carriage returns in an
>orical 9i database.
>i haven't been able to find anything to help
>
>Thanks
>Bill
>
Realise carriage return can be represented as chr(13). Realise you can use the function instr to search for chr(13) Now look in appropiate places in the sql reference and complete your homework assignment
-- Sybrand Bakker, Senior Oracle DBAReceived on Tue Dec 16 2003 - 15:28:15 CST
![]() |
![]() |