ALTER TABLE [db].name DELETE WHERE _row_exists = 0.
It only works for tables in the
MergeTree family (including replicated tables).Documentation for Apply mask of deleted rows
ALTER TABLE [db].name DELETE WHERE _row_exists = 0.
MergeTree family (including replicated tables).