data_type_families
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
anddate
are both valid.alias_to
(String) — Data type name for whichname
is an alias.
Example
See Also
- Syntax — Information about supported syntax.