🌱 PostgreSQL Window Functions

Source

window function performs a calculation across a set of table rows that are somehow related to the current row. This is comparable to the type of calculation that can be done with an aggregate function. However, window functions do not cause rows to become grouped into a single output row like non-window aggregate calls would

Made by Brandon . If you find this project useful you can donate.