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

880 B
Raw Blame History

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 40 UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64

UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64

اعداد صحیح ثابت طول, با یا بدون نشانه.

محدوده اعضای هیات

  • بین8- [-128 : 127]
  • اینتر16- [-32768 : 32767]
  • اینتر32 - [-2147483648: 2147483647]
  • اینتر64- [-9223372036854775808 : 9223372036854775807]

محدوده دانشگاه تهران

  • توینت8- [0: 255]
  • اوینت16- [0: 65535]
  • اوینت32- [0: 4294967295]
  • اوت64 - [0: 18446744073709551615]

مقاله اصلی