如果你是用SQL-SERVER的话,
select  cast(substring(Fid,3,10) as int) fid
from table1
order by Fid