mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Translate zh/sql-reference/statements/alter/settings-profile: reimport file
This commit is contained in:
parent
6499fc2c45
commit
80a8e4aa10
16
docs/zh/sql-reference/statements/alter/settings-profile.md
Normal file
16
docs/zh/sql-reference/statements/alter/settings-profile.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
toc_priority: 48
|
||||||
|
toc_title: SETTINGS PROFILE
|
||||||
|
---
|
||||||
|
|
||||||
|
## ALTER SETTINGS PROFILE {#alter-settings-profile-statement}
|
||||||
|
|
||||||
|
Changes settings profiles.
|
||||||
|
|
||||||
|
Syntax:
|
||||||
|
|
||||||
|
``` sql
|
||||||
|
ALTER SETTINGS PROFILE [IF EXISTS] TO name1 [ON CLUSTER cluster_name1] [RENAME TO new_name1]
|
||||||
|
[, name2 [ON CLUSTER cluster_name2] [RENAME TO new_name2] ...]
|
||||||
|
[SETTINGS variable [= value] [MIN [=] min_value] [MAX [=] max_value] [READONLY|WRITABLE] | INHERIT 'profile_name'] [,...]
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user