L
LisaB
In need to be able to determine (format) the output of the Average function.
Currently the output is ##.0 I need it to show the value out to the second
decimal point (##.00)
How do I do this in SQL
In VBA I can use the format function to format the output of the average
function like this
Format(Avg(MyValue),"###.00")
When I Use this format in SQL I get "Format is not a recognized function
name" error
What is the correct syntax to be used in SQL?
Currently the output is ##.0 I need it to show the value out to the second
decimal point (##.00)
How do I do this in SQL
In VBA I can use the format function to format the output of the average
function like this
Format(Avg(MyValue),"###.00")
When I Use this format in SQL I get "Format is not a recognized function
name" error
What is the correct syntax to be used in SQL?