Numeric Functions
String Functions
Conditional Functions
IF(condition, true_value, false_value) — returns true_value when condition is truthy, otherwise false_value:
UUID
Generate a random UUID v4:Date/Time Functions
Aggregate Functions
See Grouping and Aggregation for usage with
GROUP BY and HAVING.
Not Supported
EXTRACT,DATE_ADD,DATE_DIFF,DATEDIFF,NOW()CONVERT/CAST