v.24.11Improvement

Command Line Apps to Highlight Syntax for Multi-Statements

The command line applications will highlight syntax even for multi-statements. #71622 (Alexey Milovidov).
The command line applications in ClickHouse now provide syntax highlighting for multi-statement queries.

Why it matters

This feature improves readability and user experience when working with multiple SQL statements in the command line interface by visually distinguishing syntax elements across multiple statements.

How to use it

Simply run multi-statement queries in ClickHouse command line applications as usual. Syntax highlighting is enabled by default for all statements, including multiple statements executed together.