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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RPAD problem

RE: RPAD problem

From: Johnston, Tim <TJohnston_at_quallaby.com>
Date: Tue, 15 Jan 2002 12:08:32 -0800
Message-ID: <F001.003F0669.20020115105528@fatcity.com>

Use the NVL function... i.e. RPAD(NVL(A.SSN,0),9)

-----Original Message-----
Sent: Tuesday, January 15, 2002 12:17 PM To: Multiple recipients of list ORACLE-L

I am trying to create fixed length records from Oracle variable length data.

I have the command RPAD(A.SSN,9) in the select statement of a query. If the person has '' in the SSN field, RPAD does not pad it out to 9 spaces.

Is there aother way to do this?

Thanks,
Rod
--

Rod Clayton KA3BHY
Systems Programmer
Howard County Public Schools
rclayton_at_mail.howard.k12.md.us
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rod Clayton
  INET: rclayton_at_mail.howard.k12.md.us

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Johnston, Tim
  INET: TJohnston_at_quallaby.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jan 15 2002 - 14:08:32 CST

Original text of this message

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