Fixed zh...statements/set: translate to zh and remove bak file

This commit is contained in:
cnmade 2022-01-28 15:32:11 +08:00
parent 438e0ab001
commit f469df6076
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,23 @@
---
toc_priority: 50
toc_title: SET
---
# SET 语句 {#query-set}
``` sql
SET param = value
```
给当前会话的 `param` [配置项](../../operations/settings/index.md)赋值。你不能用这样的方式修改[服务器相关设置](../../operations/server-configuration-parameters/index.md)。
您还可以在单个查询中设置指定设置配置文件中的所有值。
``` sql
SET profile = 'profile-name-from-the-settings-file'
```
更多详情, 详见 [配置项](../../operations/settings/settings.md).

View File

@ -1 +0,0 @@
../../../en/sql-reference/statements/set.md