v.24.9New Feature

Add support for ATTACH PARTITION ALL FROM

Add support for ATTACH PARTITION ALL FROM. #61987 (Kirill Nikiforov).
Added support for the ATTACH PARTITION ALL FROM command in ClickHouse.

Why it matters

This feature allows users to attach all partitions from another table in a single operation, simplifying the process of recovering or reusing partitions without specifying them one by one.

How to use it

Use the command ATTACH PARTITION ALL FROM [source_table] to attach all partitions from the source table to the current table.