ClickHouse/docs/zh/sql-reference/functions/logical-functions.md

522 B
Raw Blame History

slug sidebar_position sidebar_label
/zh/sql-reference/functions/logical-functions 37 逻辑函数

逻辑函数

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

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

和,AND 运算符

或,OR 运算符

非,NOT 运算符

异或,XOR 运算符