how to round the nearest value after round of decimal and return integer. thanks. declare @data decimal(18,2). set @data = 5.55. -- output.
確定! 回上一頁