mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
c2a818b64d
* StorageSystemContributors clean * Fix
2 lines
76 B
SQL
2 lines
76 B
SQL
SELECT if ((SELECT count(*) FROM system.contributors) > 200, 'ok', 'fail');
|