mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
218 B
SQL
6 lines
218 B
SQL
-- Tags: no-replicated-database
|
|
|
|
SELECT least(value, 0) FROM system.metrics WHERE metric = 'MemoryTracking';
|
|
SELECT length(range(100000000));
|
|
SELECT least(value, 0) FROM system.metrics WHERE metric = 'MemoryTracking';
|