Window function (SQL)

In SQL, a window function or analytic function[1] is a function which uses values from one or multiple rows to return a value for each row. (This contrasts with an aggregate function, which returns a single value for multiple rows.) Window functions have an OVER clause; any function without an OVER clause is not a window function, but rather an aggregate or single-row (scalar) function.[2]

  1. ^ "Analytic function concepts in Standard SQL | BigQuery". Google Cloud. Retrieved 2021-03-23.
  2. ^ "Window Functions". sqlite.org. Retrieved 2021-03-23.

© MMXXIII Rich X Search. We shall prevail. All rights reserved. Rich X Search