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 →
使用 [Null] 表引擎创建具有指定结构的临时表。该函数主要用于方便编写测试和进行演示。
Null
null('structure')
structure
null
INSERT INTO function null('x UInt64') SELECT * FROM numbers_mt(1000000000);
CREATE TABLE t (x UInt64) ENGINE = Null; INSERT INTO t SELECT * FROM numbers_mt(1000000000); DROP TABLE IF EXISTS t;
此页面对您有帮助吗?