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
How do I get exchange emails to come from a different address?
Validate month and year fields based on current date
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
Exit Ctrl+Alt+F2
Exchange 2007 Certificate Renewal
Filemaker Scheduled Import of Tab Delimited File Not Working
Create linked server from MS Sql to oracle server
Calling a DLL Function Dynamically
Exchange 2007 OWA causes 2 audit failures on failed login attempt
How to Populate a ListBox Control with Values from an Access Database Table