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 →
QUALIFY 子句文档
WHERE
QUALIFY
SELECT
SELECT number, COUNT() OVER (PARTITION BY number % 3) AS partition_count FROM numbers(10) QUALIFY partition_count = 4 ORDER BY number;
┌─number─┬─partition_count─┐ │ 0 │ 4 │ │ 3 │ 4 │ │ 6 │ 4 │ │ 9 │ 4 │ └────────┴─────────────────┘
此页面对您有帮助吗?