v.22.9Improvement
Add Automatic SQL Commenting in ClickHouse Client
Add ability to automatically comment SQL queries in clickhouse-client/local (with Alt-#, like in readline). #41224 (Azat Khuzhin).Why it matters
This feature improves user experience by enabling quick commenting of SQL queries directly in interactive ClickHouse clients, streamlining query editing and debugging workflows.How to use it
Inclickhouse-client or clickhouse-local, press Alt-# while editing a query to toggle comments on the selected lines or current line, facilitating faster query editing without manual insertion of comment syntax.