SQL Operators¶
SELECT ¶
WHERE ¶
JOIN ¶
GROUP BY ¶
GROUP BY
supports the following aggregations:
COUNT
SUM
MAX
MIN
AVG
ARRAY_AGG
JSON_AGG
STRING_AGG
Note that these aggregations are also available without a GROUP BY
expression
GROUP BY
supports the following aggregations:
COUNT
SUM
MAX
MIN
AVG
ARRAY_AGG
JSON_AGG
STRING_AGG
Note that these aggregations are also available without a GROUP BY
expression