Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
包含受支持的数据类型信息的系统表
name
case_insensitive
Date
date
alias_to
SELECT * FROM system.data_type_families WHERE alias_to = 'String'
┌─name───────┬─case_insensitive─┬─alias_to─┐ │ LONGBLOB │ 1 │ String │ │ LONGTEXT │ 1 │ String │ │ TINYTEXT │ 1 │ String │ │ TEXT │ 1 │ String │ │ VARCHAR │ 1 │ String │ │ MEDIUMBLOB │ 1 │ String │ │ BLOB │ 1 │ String │ │ TINYBLOB │ 1 │ String │ │ CHAR │ 1 │ String │ │ MEDIUMTEXT │ 1 │ String │ └────────────┴──────────────────┴──────────┘
此页面对您有帮助吗?