ClickHouse/docs/ja/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

650 B

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 37 論理

論理関数

論理関数は任意の数値型を受け入れますが、uint8の数値を0または1に返します。

引数としてのゼロが考慮されます “false,” ゼロ以外の値は考慮されますが “true”.

and、および演算子

or、OR演算子

not,not演算子

xor

元の記事