Microsoft
Software
Hardware
Network
Question : Exporting query and setting precision of values
I have a query which averages values using a group-by clause. The inputs are integers but the query results have long tails of decimals resulting from the average calculation. How do I export this query (to a text file) without all these decimals? How can I change the precision of the exported values to have, say, only 2 decimal places?
Answer : Exporting query and setting precision of values
Instead of using Avg(SomeColumn), in your query use Round(Avg(SomeColumn), 2)
Random Solutions
Default Printer Changes using Terminal Server
Can't understand JS closures
Update HP onboard administrator SSH version?
Security Enabling basic Authentication for EWS
Order of constructor calls
2GB of RAM laptop only recognizing 1GB
Inter Process Communication between two VB.NET applications
iPhone Active sync with exchange server
How do I restore my Exchange 2003 Virtual Directory Settings back to Default
How can I force Graphics.MeasureString to consider the font style?