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

Home -> Community -> Usenet -> c.d.o.tools -> Re: function to get only numbers

Re: function to get only numbers

From: Stephen Ward <sward117_at_hotmail.com>
Date: 5 Jul 2001 00:03:09 -0700
Message-ID: <5be4521f.0107042303.2bd20112@posting.google.com>

Hi,
The first problem could be that 'digits' is a reserved word so can't be used as a variable name. Also I think the varchar2 type of 'parsechar' needs to include the number of bytes in brackets e.g varchar2(100);

Stephen Received on Thu Jul 05 2001 - 02:03:09 CDT

Original text of this message

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