mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
23 lines
656 B
Markdown
23 lines
656 B
Markdown
---
|
|
machine_translated: true
|
|
machine_translated_rev: 72537a2d527c63c07aa5d2361a8829f3895cf2bd
|
|
toc_priority: 37
|
|
toc_title: "\u8AD6\u7406"
|
|
---
|
|
|
|
# 論理関数 {#logical-functions}
|
|
|
|
論理関数は任意の数値型を受け入れますが、UInt8は0または1に等しい数値を返します。
|
|
|
|
引数としてのゼロが考慮されます “false,” ゼロ以外の値は考慮されますが “true”.
|
|
|
|
## and,and演算子 {#and-and-operator}
|
|
|
|
## or,OR演算子 {#or-or-operator}
|
|
|
|
## ない、ない演算子 {#not-not-operator}
|
|
|
|
## xor {#xor}
|
|
|
|
[元の記事](https://clickhouse.com/docs/en/query_language/functions/logical_functions/) <!--hide-->
|