mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix link
This commit is contained in:
parent
2e317b22b7
commit
7dedfba800
@ -266,7 +266,7 @@ It’s possible to use tables with [ENGINE = Memory](../../../engines/table-engi
|
||||
'REPLACE' query allows you to update the data in the table atomically.
|
||||
|
||||
!!!note "Note"
|
||||
This query is supported only for [Atomic](../../../engines/database_engines/atomic.md) database engine.
|
||||
This query is supported only for [Atomic](../../../engines/database-engines/atomic.md) database engine.
|
||||
|
||||
If you need to delete some data from a table, you can create a new table and fill it with a `SELECT` statement that doesn't retrieve unwanted data, then drop the old table and rename the new one:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user