mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Translate zh/sql-reference/statements/alter/role: translate to zh
This commit is contained in:
parent
9f346bd7dd
commit
ab9ba5f471
@ -1,13 +1,13 @@
|
||||
---
|
||||
toc_priority: 46
|
||||
toc_title: ROLE
|
||||
toc_title: 角色
|
||||
---
|
||||
|
||||
## ALTER ROLE {#alter-role-statement}
|
||||
## 操作角色 {#alter-role-statement}
|
||||
|
||||
Changes roles.
|
||||
修改角色.
|
||||
|
||||
Syntax:
|
||||
语法示例:
|
||||
|
||||
``` sql
|
||||
ALTER ROLE [IF EXISTS] name1 [ON CLUSTER cluster_name1] [RENAME TO new_name1]
|
||||
|
Loading…
Reference in New Issue
Block a user