The big idea behind window functions is to allow you to process several values of the result set at a time. you see through the window some peer rows and are able to compute a single output value from them, much like when using an aggregate function.
|