mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
13d9a4eebe
Edit page link is fixed too for both language versions of documentation.
15 lines
272 B
Markdown
15 lines
272 B
Markdown
# 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
|
|
|