A window function call always contains an OVER> clause
- following the window function's name and argument(s). This is what
+ directly following the window function's name and argument(s). This is what
syntactically distinguishes it from a regular function or aggregate
function. The OVER> clause determines exactly how the
rows of the query are split up for processing by the window function.