system.data_type_families
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,Dateanddateare both valid.alias_to(String) — Data type name for whichnameis 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.