Can anyone explain the following results in SQL Server? I'm stumped. declare @mynum float = 8.31 select ceiling( @mynum*100). Results in 831
確定! 回上一頁