sql round to 2 decimal places的相關文章
sql round to 2 decimal places的相關公司資訊
sql round to 2 decimal places的相關商品

SQL Server Forums - How to format decimal places
瀏覽:750
日期:2025-06-23
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 ...看更多