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
setting text of a dynamic dom element using javascript
mac mail profile not recognized / corrupted
Problem with Microsoft Transporter Suite
User's Web-Based AOL Mail is sending spam to all his contacts
Which VMWARE software should i run? ESXi, ESX, vSphere, Server????
Cisco PIX 506E configuration for VPN pass through
Database on a 64 bit OS - Conection issues
how to search for a file with no dimensions
Need to create a process that will install .exe on clients pc/servers in asp.net
Using Split in VB