I have a table with following set of data
ID (VARCHAR2 field) D001 D002 D010 D0012
I use max() in this field.
max()
Sele
SELECT * FROM ORDER BY CAST( ID AS DECIMAL( 10, 3 ) ) DESC
ID