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 →
介绍 APPLY 修饰符的文档,它允许你对查询的外层表表达式返回的每一行调用某个函数。
允许你指定一个或多个表达式别名。
SELECT *
REPLACE
SELECT <expr> REPLACE( <expr> AS col_name) from [db.]table_name
SELECT * REPLACE(i + 1 AS i) from columns_transformers;
┌───i─┬──j─┬───k─┐ │ 101 │ 10 │ 324 │ │ 121 │ 8 │ 23 │ └─────┴────┴─────┘
此页面对您有帮助吗?