Conditional functions: simple if operator only (ternary if and miltif operators are not supported).
Mathematical functions.
Rounding functions.
Functions for splitting and merging strings and arrays.
Bit functions.
Functions for working with UUIDs.
Functions for working with URLs.
Functions for working with IP addresses.
Functions for working with Nullable arguments.
Functions for working with geographic coordinates.
In KUMA 2.1.3, errors with the operation of the DISTINCT operator have been fixed. In this case, you must use the following notation: SELECT DISTINCT SourceAddress as Addresses FROM <rest of the query>.
In KUMA 2.1.1, the SELECT DISTINCT SourceAddress / SELECT DISTINCT(SourceAddress) / SELECT DISTINCT ON (SourceAddress) operators work incorrectly.
Search and replace functions in strings, and functions from other sections are not supported.