ClickHouse/docs/zh/sql-reference/statements/set.md
2022-04-10 17:08:18 -06:00

531 B

sidebar_position sidebar_label
50 SET

SET 语句

SET param = value

给当前会话的 param 配置项赋值。你不能用这样的方式修改服务器相关设置

您还可以在单个查询中设置指定设置配置文件中的所有值。

SET profile = 'profile-name-from-the-settings-file'

更多详情, 详见 配置项.