ClickHouse/tests/queries/0_stateless/02905_show_setting_query.sql
2023-10-25 21:41:26 +03:00

8 lines
153 B
SQL

SET max_threads = 1;
SHOW SETTING max_threads;
SET max_threads = 2;
SHOW SETTING max_threads;
SHOW SETTING `max_threads' OR name = 'max_memory_usage`;