sql server数据库查询将varchar字符型转换为数字float型
select convert(float, column_name) from table_name
https://www.syntaxspace.com/article/112.html
sql server数据库查询将varchar字符型转换为数字float型
select convert(float, column_name) from table_name
https://www.syntaxspace.com/article/112.html
Comments