The aggregation group start and end, which defines a set of rows relative to the current row in the ordering of the rows within the partition.
The row specified by the group start must precede the row specified by the group end.
If there are no ROWS or ROWS BETWEEN clause, the default aggregation group is ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING.