mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
3 lines
145 B
SQL
3 lines
145 B
SQL
SELECT count() > 10 FROM system.licenses;
|
|
SELECT library_name, license_type, license_path FROM system.licenses WHERE library_name LIKE '%zstd%';
|