How to Find the Truncated Mean in SQL
- by Scott Whigham on February 6, 2009 5:34 AM
The truncated mean is an average over a set obtained after you actually ignore the highest and lowest numbers. For example: given a set of the three numbers 100, 200 and 300, the "average" would be 200. We would add 100, 200, and 300 then divide by the number of...




