We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Port Docs to Wiki(#728) Docs ported: 1) Aggregation functions 2) Numeric Type and Arithmetic Operations.