The question is too simple.
I have a column which is declared as Varchar and has numbers in it. I need to select that column to find the data that ranges between 3000 to 4000.
Desc m.tablename
CLASS_ID VARCHAR2 21
where I have class id stored in numbers from 0000 to 9999
I have to select class_id from m.tablename where class_id between 3000 and 4000