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
SQL Query
I need assistance with a SQL Query
Prevent form from submitting if certain words or domains entered, spam control
Cisco 2960 Crashing - Restarting at random
How to repair a dell e171fpb monitor
How do I convert a numeric entry to a text value (numbers to words)
Replacing Design lost all e-mails in inbox
Problems with accessing the Server "H drives" for users accounts
PC died while under my care. Fair Solution / Proposal to Client
java servlet to call class method