Update docs/en/sql-reference/statements/rename.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
lehasm 2021-08-03 23:05:48 +03:00 committed by GitHub
parent 1ad5606c52
commit 90a682df13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ toc_title: RENAME
# RENAME Statement {#misc_operations-rename}
Renames databases, tables or dictionaries. Several entities can be renamed in a single query.
Renames databases, tables, or dictionaries. Several entities can be renamed in a single query.
Note that the `RENAME` query with several entities is non-atomic operation. To swap entity names atomically, use [EXCHANGE](./exchange.md) statement.
!!! note "Note"
@ -58,4 +58,4 @@ RENAME DICTIONARY [db0.]dict_A TO [db1.]dict_B [,...] [ON CLUSTER cluster]
**See Also**
- [Dictionaries](../../sql-reference/dictionaries/index.md)
- [Dictionaries](../../sql-reference/dictionaries/index.md)