ClickHouse/docs/zh/sql-reference/functions/logical-functions.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

497 B
Raw Blame History

逻辑函数

逻辑函数可以接受任何数字类型的参数并返回UInt8类型的0或1。

当向函数传递零时函数将判定为«false»否则任何其他非零的值都将被判定为«true»。

和,和运营商

或,或运营商

不是,不是运营商

异或

来源文章