cume_dist ( args ) WITHIN GROUP ( ORDER BY sorted_args ) → double precisionComputes the cumulative distribution, that is (number of rows preceding or peers with hypothetical row) / (total rows). The value thus ranges from 1/
N to 1.Computes the cumulative distribution, that is (number of rows preceding or peers with hypothetical row) / (total rows).
cume_dist ( args ) WITHIN GROUP ( ORDER BY sorted_args ) → double precisionComputes the cumulative distribution, that is (number of rows preceding or peers with hypothetical row) / (total rows). The value thus ranges from 1/
N to 1.cume_dist () → double precisionReturns the cumulative distribution, that is (number of partition rows preceding or peers with current row) / (total partition rows). The value thus ranges from 1/
N to 1.Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source