sql server数据库中字符串转换为float
select convert(float,t.column_name) from table_name t
sql sql server 字符串转float http://blog.xqlee.com/article/99.html