Here is my SQL statement
SELECT ROUND(AVG(column_name), 100)
FROM [database].[dbo].[table]
The answer I retrieve is 3
with a possible range of numbers between 1 - 5
in 908 rows.
I need it to say 3.0
or 3.09
. Is this possible?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…