mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
4 lines
224 B
MySQL
4 lines
224 B
MySQL
|
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;
|