v.24.3New Feature

Add Support for ATTACH PARTITION ALL

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

Why it matters

To simplify and enhance the management of partitions by allowing users to attach all detached partitions at once instead of attaching them individually, improving efficiency and ease of use.

How to use it

Use the SQL command ATTACH PARTITION ALL FROM <table> to attach all detached partitions of the specified table in a single operation.