mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3 lines
133 B
SQL
3 lines
133 B
SQL
SYSTEM FLUSH LOGS;
|
|
SELECT count() > 0 FROM system.text_log WHERE event_date >= yesterday() AND message LIKE '%Starting ClickHouse%';
|