Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何定义小数的精度和小数位数。我需要获取十进制值,包括小数点后的零。
ex:store proc 返回数字 50.00,但是在将该值分配给十进制时,它被截断为 50。我希望将整个 50.00 分配给变量。