v.23.5Improvement

Add Query Parameters to clickhouse-local

Add query parameters to clickhouse-local. Closes #46561. #49785 (Nikolay Degterinsky).
Added support for query parameters in clickhouse-local.

Why it matters

This feature allows users to define and use query parameters within clickhouse-local, improving query flexibility and reusability by enabling parameterized queries in local execution environments.

How to use it

Users can pass query parameters to clickhouse-local by specifying them when running queries, allowing dynamic substitution of values inside the query. This enhances scripting and testing capabilities with parameterized inputs.