How To Field Retried only Numeric value?
Kml Surani
SELECT COLUMNNAME FROM TABLENAME WHERE ISNUMERIC(COLUMNNAME)=1
use isnumeric() inbuild function