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: Stripping leading zeroes from a text "number" field

Re: Stripping leading zeroes from a text "number" field

From: <pbolduc_at_my-deja.com>
Date: Tue, 30 Nov 1999 21:00:12 GMT
Message-ID: <821dsp$1op$1@nnrp1.deja.com>

 LTRIM(column,'0')

In article <821b77$vem$1_at_nnrp1.deja.com>,   Mark K <markko99_at_my-deja.com> wrote:
>
>
> There is a script that pulls all of the leading zeroes off of
> a "numeric" varchar2 field. Does anyone have a copy of it?
>
> Field consists of numbers, want to pull a variable number of leading
> zeroes from the column, replace with new value.
> --
> Mark
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 30 1999 - 15:00:12 CST

Original text of this message

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