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 will surely work.
select MAX(CAST(REPLACE(REPLACE(ID, 'D', ''), '', '') as int)) from