当Sql Server 05 中的2 个十进制(30,10) 数字被除时,最后2 个小数似乎丢失了(甚至没有四舍五入,只是被截断)。 例如: Declare @x decimal(30,10) Declare @y ...
確定! 回上一頁