PercentRank
Represents an SQL function that returns the relative rank of the current row, that is (rank - 1) / (total partition rows - 1). The value thus ranges from 0 to 1 inclusive. scale represents decimal digits count in the fractional part of result.
Functions
Link copied to clipboard
Returns window function definition.
Link copied to clipboard
Appends the SQL representation of this function to the specified queryBuilder.