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 →
結果から除外する1つ以上のカラム名を指定する EXCEPT 修飾子について説明します。一致するすべてのカラム名は出力から除外されます。
結果から除外する1つ以上のカラム名を指定します。一致するすべてのカラム名は出力から除外されます。
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 │ └────┴─────┘
このページは役に立ちましたか?