Examples A. Using ROUND and estimates. The following example shows two expressions that demonstrate by using ROUND the last digit is always an estimate.. SELECT ROUND(123.9994, 3), ROUND(123.9995, 3); GO
: https://docs.microsoft.com/en-us/sql/t-sql/functions/round-transact-sql