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

Home -> Community -> Usenet -> c.d.o.misc -> Oracle reports question?

Oracle reports question?

From: Iancrozier <iancrozier_at_aol.com>
Date: 19 May 1998 23:10:14 GMT
Message-ID: <1998051923101400.TAA23261@ladder03.news.aol.com>


I am trying to output an Oracle report using sqlplus. I want the output to look like e.g. :

ABCD,123,efg,456
ABCDE,234,ghij,7893

What I get is:
ABCD ,123,efg ,456
ABCDE,234,ghij,7893

Note the extra spaces after ABCD and efg. I've tried rtrim, but that doesn't work, because there aren't really any spaces in the database. Any suggestions?
TIA Received on Tue May 19 1998 - 18:10:14 CDT

Original text of this message

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