- 2
- 0
- 约1.54万字
- 约 9页
- 2018-04-28 发布于贵州
- 举报
PostgreSQL的window函数整理8
PostgreSQL的window函数整理A 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. But unlike regular aggregate functions, use of a window function does not cause rows to become grouped into a single output row — the rows retain their separate identities. Behind the scenes, the window function is able to access more than just the current row of the query result.?? ? Window Functions in SQL is an OLAP functionality that provides ranking, cumulative compu
原创力文档

文档评论(0)