mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
5 lines
121 B
SQL
5 lines
121 B
SQL
-- Tags: race
|
|
|
|
-- at least this query should be present
|
|
SELECT count() > 0 FROM system.stack_trace WHERE query_id != '';
|