(Error converting data type nvarchar to numeric.) even though the columns are numeric already

前端 未结 0 1649
温柔的废话
温柔的废话 2020-12-04 00:44

Performed the cast to change them to numeric but it continues to fail...

SELECT 
    CAST((v.FHOT*1000000) + v.FHPRO AS numeric) AS PRO#

            FHOT = (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题