 |
SQL Server Forums - How to format decimal places
Hi, How can I round the value returned from the following code? I have tried adding ROUND(CONVERT(decimal,AVG(t1.Value1)),2) AS Value2 but it didn't work, is there a different way of doing this? The query also calls two functions so not sure if I have to
www.sqlteam.com |
 |