sql server数据库查询将varchar字符型转换为数字float型
select convert(float, column_name) from table_name
sql sql server 类型转换 http://blog.xqlee.com/article/112.html