v.25.6Improvement

When you have multiple queries

When you have multiple queries in the web UI, it will run the one under the cursor. Continuation of #80977. #81354 (Alexey Milovidov).
The ClickHouse web UI now executes the query located under the cursor when multiple queries are present.

Why it matters

This feature improves user experience by allowing more precise execution of queries within the web UI, enabling users to run a specific query directly without manually selecting it. It addresses the problem of running unintended queries when multiple queries exist in the editor.

How to use it

In the ClickHouse web UI query editor, place the cursor inside the query you wish to run and execute it as usual. The system will detect and run only the query under the cursor, even if multiple queries are present.