ClickHouse/docs/fa/sql-reference/functions/comparison-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

38 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
machine_translated: true
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
toc_priority: 36
toc_title: "\u0645\u0642\u0627\u06CC\u0633\u0647"
---
# توابع مقایسه {#comparison-functions}
توابع مقایسه همیشه بازگشت 0 یا 1 (اوینت8).
انواع زیر را می توان مقایسه کرد:
- اعداد
- رشته ها و رشته های ثابت
- تاریخ
- تاریخ با زمان
در هر گروه, اما نه بین گروه های مختلف.
مثلا, شما می توانید یک تاریخ را با یک رشته مقایسه نیست. شما مجبور به استفاده از یک تابع برای تبدیل رشته به یک تاریخ, و یا بالعکس.
رشته ها با بایت مقایسه. یک رشته کوتاه تر کوچکتر از همه رشته هایی است که با این کار شروع می شوند و شامل حداقل یک شخصیت دیگر می شوند.
## برابر, = ب و = = ب اپراتور {#function-equals}
## کار در حالت اضطراری, یک ! اپراتور = ب و \< \> ب {#function-notequals}
## کمتر, \< اپراتور {#function-less}
## بیشتر, \> اپراتور {#function-greater}
## اطلاعات دقیق {#function-lessorequals}
## در حال بارگذاری {#function-greaterorequals}
[مقاله اصلی](https://clickhouse.tech/docs/en/query_language/functions/comparison_functions/) <!--hide-->