2020-03-20 18:20:59 +00:00
|
|
|
|
# 逻辑函数 {#luo-ji-han-shu}
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
|
|
|
|
逻辑函数可以接受任何数字类型的参数,并返回UInt8类型的0或1。
|
|
|
|
|
|
2020-03-20 18:20:59 +00:00
|
|
|
|
当向函数传递零时,函数将判定为«false»,否则,任何其他非零的值都将被判定为«true»。
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
2020-04-08 14:22:25 +00:00
|
|
|
|
## 和,和运营商 {#and-and-operator}
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
2020-04-08 14:22:25 +00:00
|
|
|
|
## 或,或运营商 {#or-or-operator}
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
2020-04-08 14:22:25 +00:00
|
|
|
|
## 不是,不是运营商 {#not-not-operator}
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
2020-04-08 14:22:25 +00:00
|
|
|
|
## 异或 {#xor}
|
2019-05-05 17:38:05 +00:00
|
|
|
|
|
2020-01-30 10:34:55 +00:00
|
|
|
|
[来源文章](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) <!--hide-->
|