ClickHouse/docs/fa/sql-reference/data-types/special-data-types/nothing.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

1.0 KiB
Raw Blame History

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 60 هیچ چیز

هیچی

تنها هدف از این نوع داده ها نشان دهنده مواردی است که انتظار نمی رود ارزش باشد. بنابراین شما می توانید یک ایجاد کنید Nothing نوع ارزش.

مثلا, تحت اللفظی NULL دارای نوع Nullable(Nothing). اطلاعات بیشتر در مورد Nullable.

این Nothing نوع نیز می تواند مورد استفاده برای نشان دادن خالی:

SELECT toTypeName(array())
┌─toTypeName(array())─┐
│ Array(Nothing)      │
└─────────────────────┘

مقاله اصلی