Skip to main content

Description

Contains information about supported data types.

Columns

  • name (String) — Data type name.
  • case_insensitive (UInt8) — Property that shows whether you can use a data type name in a query in case insensitive manner or not. For example, Date and date are both valid.
  • alias_to (String) — Data type name for which name is an alias.
  • description (String) — A high-level description of what the data type is.
  • syntax (String) — How the data type is spelled in a query.
  • examples (String) — Usage examples.
  • introduced_in (String) — The ClickHouse version in which the data type was first introduced, in the form major.minor.
  • related (Array(String)) — The names of related data types.

Example

See also

  • Syntax — Information about supported syntax.
Last modified on July 2, 2026