v.24.1Improvement

Support Query Parameters in ALTER TABLE ... PART

Support query parameters in ALTER TABLE ... PART. #58297 (Azat Khuzhin).
Support for using query parameters in ALTER TABLE ... PART commands in ClickHouse.

Why it matters

This feature enables the use of query parameters within ALTER TABLE ... PART statements, improving flexibility and security by allowing parameterized queries when modifying parts of tables.

How to use it

Users can include query parameters in their ALTER TABLE ... PART statements just like in other parameterized queries. Define parameters and pass them when executing the query to safely and efficiently modify table parts.