PostgreSQL window functions crash course
Introduction
According to PostgreSQL documentation
Window functions provide the ability to perform calculations across sets of rows that are related to the current query row.
Window functions in PostgreSQL are a powerful tool that can significantly...
blog.gkomninos.com18 min read