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
Opensuse 11.2 wireless and audio
Oracle qry on system tables
Java Swing logical operator
window 7 OS: blank (black) screen only, as it logs in
Backing up ESX VMs with symantec backup exec 11d
I need assistance with a SQL query
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Active Directory User
Entourage HTML reply format
Looking for NETWORKDAYS VBA Equivalent without Analysis ToolPack or Analysis ToolPack VBA