Contents:
&
AND
~
NOT
|
OR
<<
>>
XOR
%
||
Aggregate functions performs calculation on a set of values, and return a single value.
Most aggregate functions ignore null values.
Aggregate functions are often used with the GROUP BY clause of the SELECT statement.
GROUP BY
Aggregate functions