Skip to content

History / Aggregate Functions

Revisions

  • Adds EVERY, ANY, and SOME aggregate builtins (#1022) Adding a few built-in functions: * `TEXT_REPLACE(str, from, to)`, same as PostreSQL `REPLACE`, but using a different name because the latter is now a keyword in PartiQL DML. * `EVERY`, `SOME`/`ANY` -- standard SQL aggregations on booleans. Also, some touch-ups in `Functions.md`, `Aggregate Functions.md` -- for consistency and slightly better typesetting.

    @vgapeyev vgapeyev committed Apr 4, 2023
  • Port Docs to Wiki(#728) Docs ported: 1) Aggregation functions 2) Numeric Type and Arithmetic Operations.

    @yliuuuu yliuuuu committed Aug 30, 2022