mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
c35c979285
* CLICKHOUSE-4085 system.contributors * fi * Fix random
3 lines
223 B
SQL
3 lines
223 B
SQL
-- Normally table should contain 250+ contributors. But when fast git clone used (--depth=X) (Travis build) table will contain only <=X contributors
|
|
SELECT if ((SELECT count(*) FROM system.contributors) > 1, 'ok', 'fail');
|