sql server数据库中字符串转换为float
select convert(float,t.column_name) from table_name t
https://www.syntaxspace.com/article/99.html
sql server数据库中字符串转换为float
select convert(float,t.column_name) from table_name t
https://www.syntaxspace.com/article/99.html
评论