Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How Do I insert a Carriage Return in a String?
Find out the ascii code value and concat them with CHR function.
Eric Jodoin wrote:
> Hi.
>
> I would like to know How I can Insert a Carrige return in a string that
> will ultimately end up in a large VARCHAR2
>
> Here is an Exemple:
>
> FIELD1|| 'CR LF'||FIELD2
>
> 'CR LF' Should =be a Line Feed - carriage Retrun...
>
> Thanks.
--
Best Regards,
Reid Lai <reidlai_at_hk.super.net>
Certified Oracle 7.3 DBA (OCP)
![]() |
![]() |