mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
6 lines
145 B
SQL
6 lines
145 B
SQL
-- Tags: no-random-settings
|
|
|
|
show settings like 'send_timeout';
|
|
SHOW SETTINGS ILIKE '%CONNECT_timeout%';
|
|
SHOW CHANGED SETTINGS ILIKE '%MEMORY%';
|