mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
44bf8ba568
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
224 B
SQL
4 lines
224 B
SQL
select 1 settings log_queries=1, log_queries_min_type='QUERY_FINISH' format Null;
|
|
system flush logs;
|
|
select client_name from system.query_log where current_database = currentDatabase() and query like 'select 1%' format CSV;
|