In the Over Clause documentation mentions "Rows", and "Range"..
OVER (
[PARTITION BY <expr>]
[ORDER BY <expr>]
[ROWS <expr> | RANGE <expr>]
)
However, I couldn't find any detailed explanation regarding their functionality or any samples for their use. Can someone please explain what are they and how can they be used?