v.24.8New Feature

Allow Instant Query Execution in Play with URL Parameter

Allow run query instantly in play if you add &run=1 in the URL #66457 (Aleksandr Musorin).
Enable automatic execution of queries in ClickHouse Playground by appending &run=1 to the URL.

Why it matters

This feature allows users to run queries instantly when opening the ClickHouse Playground with the &run=1 URL parameter, improving workflow efficiency by eliminating the need to manually start query execution.

How to use it

To use this feature, simply add &run=1 to the URL of the ClickHouse Playground. For example: https://play.clickhouse.com/?run=1. The query will execute immediately upon page load.