SQL Server Transact Basic to Expert - Using Mathematical Operator function ROUND

This blog show how to use the Mathematical function to get the Rounded values of a decimal value using SQL

Example:

SELECT ROUND(4.12345, 3) RoundedNumber


The result excepted would be 4.12300 which gives the rounded value
 
Ebook Download
View all
Learn
View all