Hacker News new | ask | show | jobs
by throw_m239339 1986 days ago
Introduction to Window Functions with the same examples (salaries per department)

https://www.postgresql.org/docs/13/tutorial-window.html

While you are at it, check out common table expressions as well

https://www.postgresql.org/docs/13/queries-with.html

1 comments

okay, thanks :)