Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: function to get only numbers
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
![]() |
![]() |