Finding Non-Numeric Values in a colum
Is there any function thru which I can find any nonnumeric value in 1st 7 characters of a column.Beware this column is a Varchar2 column and mostly it has numeric values in its 1st 7 characters but mistakenly user enters a character value there. So how can I find these non-numeric values???