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 │ └────┴─────┘
이 페이지가 도움이 되었나요?