ClickHouse/docs/en/functions/logical_functions.rst
Andrey Dudin e3f8647a75 Functions
2017-04-27 23:16:22 +03:00

20 lines
344 B
ReStructuredText

Logical functions
------------------
Logical functions accept any numeric types, but return a UInt8 number equal to 0 or 1.
Zero as an argument is considered "false," while any non-zero value is considered "true"..
and, AND operator
~~~~~~~~~~~~~~~~~
or, OR operator
~~~~~~~~~~~~~~~
not, NOT operator
~~~~~~~~~~~~~~~
xor
~~~~~~~~~~~~~~~