經安全檢測,此網站為安全網站,請放心前往原始網址!

Rounding off in SQL Server - Stack Overflow

Input: 123.10000000 Output: 123.10 ... You will need to convert it: Select Convert( numeric(19,2), @value). You can use the Round function too to perform the ...

stackoverflow.com

網址安全性掃描由 google 提供