Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Adding a line feed or carrage return to a field.

Adding a line feed or carrage return to a field.

From: James Alexander Starritt <james_at_jamesstarritt.com>
Date: Wed, 10 Jan 2001 14:50:13 -0600
Message-ID: <93ihvh$a6fdm$1@ID-68406.news.dfncis.de>

I have the following statement in a Developer report

decode(ADDRESS1,NULL,NULL,address1||chr(13)) ||
decode(ADDRESS2,NULL,NULL,address2||chr(13)) ||
decode(ADDRESS3,NULL,NULL,address3||chr(13)) as addy,

I would like it to desplay

Address1
Address2
Address3

At the moment it all stays on the same line .... I have tried char(10) and combinations of (10) and (13) but to no avail .... any idea's ?

--

James Alexander Starritt (james_at_jamesstarritt.com)
Received on Wed Jan 10 2001 - 14:50:13 CST

Original text of this message

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