Does anybody know if the MEDIAN function exists for a group by/aggregation select statement? I haven't seen it in any documentation. Just in case you haven't run across this function, it finds the middle value from a distribution. Eg. Median 1 2 6 = 2.
Thanks!




Reply With Quote