- Mastering PostgreSQL 12
- Hans Jürgen Sch?nig
- 71字
- 2021-08-20 10:00:36
Using on-board windowing functions
Having introduced you to the basic concepts, it is time to take a look at which windowing functions PostgreSQL will support out of the box. You have already seen that windowing works with all standard aggregate functions. On top of those functions, PostgreSQL offers some additional functions that are exclusive to windowing and analytics.
In this section, some highly important functions will be explained and discussed.