Hello,
I have a varchar2 field that has values
that are sometimes not numeric. However,
I am only interested in numeric values
since there are records that have numeric
values in that field.
SO I would like to test that field values
and only return the numeric values.
I was wondering what should my syntax look
like.
Thanks.
I have a varchar2 field that has values
that are sometimes not numeric. However,
I am only interested in numeric values
since there are records that have numeric
values in that field.
SO I would like to test that field values
and only return the numeric values.
I was wondering what should my syntax look
like.
Thanks.