v.24.1Improvement
Support Query Parameters in ALTER TABLE ... PART
Support query parameters in ALTER TABLE ... PART. #58297 (Azat Khuzhin).Why it matters
This feature enables the use of query parameters withinALTER 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 theirALTER 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.