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 →
介绍 EXCEPT 修饰符的文档,该修饰符用于指定要从结果中排除的一个或多个列名。所有匹配的列名都不会出现在输出中。
指定要从结果中排除的一个或多个列名。所有匹配的列名都不会出现在输出中。
SELECT <expr> EXCEPT ( col_name1 [, col_name2, col_name3, ...] ) FROM [db.]table_name
SELECT * EXCEPT (i) from columns_transformers;
┌──j─┬───k─┐ │ 10 │ 324 │ │ 8 │ 23 │ └────┴─────┘
此页面对您有帮助吗?