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

23 lines
788 B
Markdown

---
machine_translated: true
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
toc_priority: 37
toc_title: "\u0645\u0646\u0637\u0642\u06CC"
---
# توابع منطقی {#logical-functions}
توابع منطقی قبول هر نوع عددی, اما بازگشت یک عدد توینت8 برابر 0 یا 1.
صفر به عنوان یک استدلال در نظر گرفته شده است “false,” در حالی که هر مقدار غیر صفر در نظر گرفته شده است “true”.
## و, و اپراتور {#and-and-operator}
## یا اپراتور {#or-or-operator}
## نه, اپراتور نیست {#not-not-operator}
## خور {#xor}
[مقاله اصلی](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) <!--hide-->