GeekArticles
Database
SQL Server
Database
SQL ServerComputing the Trimmed Mean in SQL
This article presents code to compute a trimmed mean in SQL. The trimmed mean is a more robust version of the simple mean (SQL AVG() aggregate function). It is a useful tool for summarizing ill-behaved real world data.
Read Next: SQL Server 2000 Gains on Oracle
Related Topics
