v.20.5New Feature
Added Syntax Highlighting to clickhouse-client Using replxx
Added syntax highligting toclickhouse-clientusingreplxx. #11422 (Tagir Kuskarov).
Why it matters
To improve the user experience and readability of queries entered in theclickhouse-client interactive console by providing visual syntax highlighting, making it easier to write and debug SQL queries.How to use it
This feature is enabled by default in theclickhouse-client. Users simply need to run clickhouse-client as usual and will benefit from syntax-highlighted input without additional configuration.