v.23.5Improvement
Add Query Parameters to clickhouse-local
Add query parameters to clickhouse-local. Closes #46561. #49785 (Nikolay Degterinsky).Why it matters
This feature allows users to define and use query parameters withinclickhouse-local, improving query flexibility and reusability by enabling parameterized queries in local execution environments.How to use it
Users can pass query parameters toclickhouse-local by specifying them when running queries, allowing dynamic substitution of values inside the query. This enhances scripting and testing capabilities with parameterized inputs.