median_exact¶
Description¶
Return the exact median value of one column.
Return type¶
float or duration
Domain¶
This is an aggregate function (aggregates rows over a group in aggregate verbs.)
This is a window function (calculates over a group of multiple input rows using windowing.)
Categories¶
Usage¶
median_exact( expression )
Argument |
Type |
Required |
Multiple |
Constant |
---|---|---|---|---|
expression |
numeric or duration |
Required |
Only one |
Variable |
Aliases¶
medianexact
(deprecated)