I have a table with following set of data
ID (VARCHAR2 field) D001 D002 D010 D0012
I use max() in this field.
max()
Sele
this should work
Select MAX(ID) from table where IsNumeric(ID) = 1 ;