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 -> Re: Rtrim seems not to work as expected

Re: Rtrim seems not to work as expected

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Fri, 15 Aug 2003 09:09:23 -0700
Message-ID: <3F3D05B3.4BE5905B@exxesolutions.com>


TurkBear wrote:

> Details:
> Oracle 8.1.7.4
> SqlPlus 9.2
> W2K Advanced Server
>
> I am confused ( not a rare thing) , because I thought I had done this kind of thing before:
> Create a CSV spool file from the database..
>
> Set colsep to ','
> set heading, feedback, etc off
> got the following:( employee numbers deleted for security - names are public data.
> -------------------------------------------------------------------------------------------------------------------------------------
> select rtrim(empl_nm),empl_nbr from hr_public where rownum < 9;
>
> Lambert,Ronald Paul ,00000000
> Hopkins,Ruth Eleanor ,00000000
> Coulianos,Theodore T ,00000000
> Clemen,Jacqueline Barbara ,00000000
> Martinez Jr,Bartolo ,00000000
> Conocchioli,Victor Renald ,00000000
> Church,Philip C ,00000000
> Crabbe,Victor Emmanuel Kweimensah ,00000000
>
> ---------------------------------------------------------------------------------------------------------
>
> Why is it still allocating 50 spaces ( the field is a varchar2(50) ) even though I specified RTRIM?
>
> What am I missing?
>
> Thanks,
>

Can't say without seeing the data. But the first thing I'd do is stop using RTRIM and use TRIM.

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri Aug 15 2003 - 11:09:23 CDT

Original text of this message

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