把字符串数字转换成浮点数 select case when ISNUMERIC(@guige) = 1 then cast(@guige as decimal(18,2)) else 0 end 相关文章: 2022-12-23 2022-12-23 2022-01-07 2022-12-23 2021-07-19 2022-02-05