mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update docs/en/engines/table-engines/mergetree-family/replacingmergetree.md
This commit is contained in:
parent
2e20603b01
commit
582767e9ab
@ -92,7 +92,7 @@ SELECT * FROM mySecondReplacingMT FINAL;
|
||||
|
||||
`is_deleted` — Name of a `UInt8` column with the type of row: `1` is a “deleted“ row, `0` is a “state“ row.
|
||||
|
||||
Column data type — `UInt8`.
|
||||
Column data type — `UInt8`.
|
||||
|
||||
Can only be enabled when `ver` is used.
|
||||
The row is deleted when the `OPTIMIZE ... FINAL CLEANUP`, or `OPTIMIZE ... FINAL` is used or if the engine settings `clean_deleted_rows` has been set to `Always`.
|
||||
|
Loading…
Reference in New Issue
Block a user