v.24.11Improvement

Improve Syntax Highlighting for Implicit SELECT in clickhouse-local

clickhouse-local uses implicit SELECT by default, which allows to use it as a calculator. Improve the syntax highlighting for the implicit SELECT mode. #71620 (Alexey Milovidov).
Improved syntax highlighting for implicit SELECT mode in clickhouse-local.

Why it matters

Enhances the user experience when using clickhouse-local in its default implicit SELECT mode by providing better syntax highlighting. This makes it easier to read and write queries or calculations directly in clickhouse-local, which often serves as a quick calculator or simple query tool.

How to use it

Simply use clickhouse-local as before with its implicit SELECT mode enabled by default. The improved syntax highlighting is automatically applied when entering queries without an explicit SELECT statement.