mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
d91c97d15d
* Replace underscores with hyphens * remove temporary code * fix style check * fix collapse
23 lines
693 B
Markdown
23 lines
693 B
Markdown
---
|
||
machine_translated: true
|
||
machine_translated_rev: e8cd92bba3269f47787db090899f7c242adf7818
|
||
toc_priority: 37
|
||
toc_title: "Mant\u0131kl\u0131"
|
||
---
|
||
|
||
# Mantıksal Fonksiyonlar {#logical-functions}
|
||
|
||
Mantıksal işlevler herhangi bir sayısal türü kabul eder, ancak 0 veya 1’e eşit bir Uİnt8 numarası döndürür.
|
||
|
||
Bir argüman olarak sıfır kabul edilir “false,” sıfır olmayan herhangi bir değer dikkate alınırken “true”.
|
||
|
||
## ve, ve operatör {#and-and-operator}
|
||
|
||
## or, or operat ,or {#or-or-operator}
|
||
|
||
## değil, operatör değil {#not-not-operator}
|
||
|
||
## xor {#xor}
|
||
|
||
[Orijinal makale](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) <!--hide-->
|