correction

This commit is contained in:
Anna 2021-01-25 23:48:54 +03:00
parent 7dedfba800
commit c8b6774a75

View File

@ -263,7 +263,7 @@ Its possible to use tables with [ENGINE = Memory](../../../engines/table-engi
## REPLACE TABLE {#replace-table-query}
'REPLACE' query allows you to update the data in the table atomically.
'REPLACE' query allows you to update the table atomically.
!!!note "Note"
This query is supported only for [Atomic](../../../engines/database-engines/atomic.md) database engine.