ClickHouse/tests/queries/0_stateless/01324_settings_documentation.sql
Alexey Milovidov f2296ba313 Added a test
2020-06-20 09:56:37 +03:00

3 lines
185 B
SQL

SELECT 'Settings description should start with capital letter';
SELECT name, description FROM system.settings WHERE substring(description, 1, 1) != upper(substring(description, 1, 1));