Skip to content

Commit

Permalink
Update rename.md
Browse files Browse the repository at this point in the history
Remove wrong note. RENAME is supported by most of database engines (including old Ordinary).
  • Loading branch information
filimonov committed Jan 19, 2024
1 parent fd36127 commit 7635da9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/en/sql-reference/statements/rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ sidebar_label: RENAME
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 entities names atomically, use the [EXCHANGE](./exchange.md) statement.

:::note
The `RENAME` query is supported by the [Atomic](../../engines/database-engines/atomic.md) database engine only.
:::

**Syntax**

```sql
Expand Down

0 comments on commit 7635da9

Please sign in to comment.