Update docs/en/engines/table-engines/mergetree-family/replacingmergetree.md

This commit is contained in:
Dan Roscigno 2023-05-09 13:18:18 -04:00 committed by GitHub
parent 2e20603b01
commit 582767e9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.