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

Home -> Community -> Usenet -> c.d.o.server -> including leading zero SS#

including leading zero SS#

From: rmartes <rmartes_at_usa.net>
Date: Sat, 30 Jun 2001 20:27:52 GMT
Message-ID: <cDq%6.8425$eL5.876624@newsread1.prod.itd.earthlink.net>

I want to include leading zeros when displaying social security numbers. this is what I have so far:

SUBSTR( cli.ssn, 1, 3 )||'-'||SUBSTR( cli.ssn, 4, 2 )||'-'||SUBSTR( cli.ssn, 6, 4 ) soc_sec

Thanks Received on Sat Jun 30 2001 - 15:27:52 CDT

Original text of this message

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