mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
15 lines
537 B
Markdown
15 lines
537 B
Markdown
|
---
|
||
|
slug: /en/operations/system-tables/dropped_tables_parts
|
||
|
---
|
||
|
# dropped_tables_parts {#system_tables-dropped_tables_parts}
|
||
|
|
||
|
Contains information about parts of [MergeTree](../../engines/table-engines/mergetree-family/mergetree.md) dropped tables from [system.dropped_tables](./dropped_tables.md)
|
||
|
|
||
|
The schema of this table is the same as [system.parts](./parts.md)
|
||
|
|
||
|
**See Also**
|
||
|
|
||
|
- [MergeTree family](../../engines/table-engines/mergetree-family/mergetree.md)
|
||
|
- [system.parts](./parts.md)
|
||
|
- [system.dropped_tables](./dropped_tables.md)
|