mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
3 lines
146 B
MySQL
3 lines
146 B
MySQL
|
SYSTEM FLUSH LOGS;
|
||
|
SELECT count() > 0 FROM system.text_log WHERE event_date >= yesterday() AND message LIKE '%Application: Starting ClickHouse%';
|