{
  "$schema": "https://docs.sqlparser.com/capabilities/v1/schema/dialect.schema.json",
  "dialect": "clickhouse",
  "display_name": "ClickHouse",
  "aliases": [],
  "product": "General SQL Parser",
  "edition": "java",
  "version": "4.2.6",
  "measured_at": "2026-08-18T13:45:23.850240175Z",
  "provenance": {
    "kind": "measured",
    "artifact_sha256": "44c4c247d5ee",
    "corpus_commit": "9f9f18045",
    "corpus_files": 156,
    "methodology_url": "https://docs.sqlparser.com/reference/sql-syntax/#methodology"
  },
  "parse_coverage": {
    "kind": "measured",
    "note": "Pass rates are over GSP's documented-example corpus for this dialect, not a percentage of the entire SQL dialect.",
    "constructs": {"passed": 156, "total": 156},
    "statements": {"passed": 717, "total": 717},
    "statement_classes": {
      "select": {"constructs": {"passed": 39, "total": 39}, "statements": {"passed": 258, "total": 258}},
      "dml": {"constructs": {"passed": 15, "total": 15}, "statements": {"passed": 47, "total": 47}},
      "stored_procedures": {"constructs": {"passed": 1, "total": 1}, "statements": {"passed": 4, "total": 4}}
    }
  },
  "keywords": {
    "kind": "measured",
    "measured_at": "2026-08-08T14:54:19Z",
    "total": 554,
    "allowed_as_identifier": 551,
    "context_specific": 2,
    "blocked": 1,
    "details_url": "https://docs.sqlparser.com/reference/sql-syntax/clickhouse/keyword-compatibility/"
  },
  "docs_url": "https://docs.sqlparser.com/reference/sql-syntax/clickhouse/",
  "constructs": [
    {"name": "ALTER DATABASE MODIFY COMMENT", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/database-comment"},
    {"name": "ALTER MASKING POLICY", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/masking-policy"},
    {"name": "ALTER NAMED COLLECTION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/named-collection"},
    {"name": "ALTER QUOTA", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/quota"},
    {"name": "ALTER ROLE", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/role"},
    {"name": "ALTER ROW POLICY", "category": "ALTER", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/alter/row-policy"},
    {"name": "ALTER SETTINGS PROFILE", "category": "ALTER", "passed": 15, "total": 15, "source": "https://clickhouse.com/docs/reference/statements/alter/settings-profile"},
    {"name": "ALTER TABLE ADD COLUMN", "category": "ALTER", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE ADD INDEX", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/skipping-index"},
    {"name": "ALTER TABLE ADD PROJECTION", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/projection"},
    {"name": "ALTER TABLE APPLY DELETED MASK", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/apply-deleted-mask"},
    {"name": "ALTER TABLE APPLY PATCHES", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/apply-patches"},
    {"name": "ALTER TABLE ATTACH PARTITION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE CLEAR COLUMN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE CLEAR IN PARTITION", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE COMMENT COLUMN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE CONSTRAINT", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/constraint"},
    {"name": "ALTER TABLE DELETE", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/delete"},
    {"name": "ALTER TABLE DETACH PARTITION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE DROP COLUMN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE DROP INDEX", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/skipping-index"},
    {"name": "ALTER TABLE DROP PARTITION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE DROP PROJECTION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/projection"},
    {"name": "ALTER TABLE FETCH PARTITION", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE FORGET PARTITION", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE FREEZE PARTITION", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE MATERIALIZE COLUMN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE MATERIALIZE INDEX", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/skipping-index"},
    {"name": "ALTER TABLE MATERIALIZE PROJECTION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/projection"},
    {"name": "ALTER TABLE MODIFY COLUMN", "category": "ALTER", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE MODIFY COMMENT", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/comment"},
    {"name": "ALTER TABLE MODIFY ORDER BY", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/order-by"},
    {"name": "ALTER TABLE MODIFY SAMPLE BY", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/sample-by"},
    {"name": "ALTER TABLE MODIFY SETTING", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/setting"},
    {"name": "ALTER TABLE MOVE PARTITION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE MOVE TO DISK/VOLUME", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE RENAME COLUMN", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/column"},
    {"name": "ALTER TABLE REPLACE PARTITION", "category": "ALTER", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/alter/partition"},
    {"name": "ALTER TABLE STATISTICS", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/statistics"},
    {"name": "ALTER TABLE TTL", "category": "ALTER", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/alter/ttl"},
    {"name": "ALTER TABLE UPDATE", "category": "ALTER", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/alter/update"},
    {"name": "ALTER USER", "category": "ALTER", "passed": 7, "total": 7, "source": "https://clickhouse.com/docs/reference/statements/alter/user"},
    {"name": "ALTER VIEW", "category": "ALTER", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/alter/view"},
    {"name": "ATTACH", "category": "ATTACH", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/attach"},
    {"name": "CHECK DATABASE", "category": "CHECK", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/check-database"},
    {"name": "CHECK GRANT", "category": "CHECK", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/check-grant"},
    {"name": "CHECK TABLE", "category": "CHECK", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/check-table"},
    {"name": "CREATE DATABASE", "category": "CREATE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/create/database"},
    {"name": "CREATE DICTIONARY", "category": "CREATE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/create/dictionary"},
    {"name": "CREATE DICTIONARY LAYOUT", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/dictionary/layouts/overview"},
    {"name": "CREATE DICTIONARY LIFETIME", "category": "CREATE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/create/dictionary/lifetime"},
    {"name": "CREATE DICTIONARY SOURCE", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/dictionary/sources/overview"},
    {"name": "CREATE FUNCTION", "category": "CREATE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/create/function"},
    {"name": "CREATE HYPOTHETICAL INDEX", "category": "CREATE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/hypothetical-index"},
    {"name": "CREATE MASKING POLICY", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/masking-policy"},
    {"name": "CREATE MATERIALIZED VIEW", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/view"},
    {"name": "CREATE NAMED COLLECTION", "category": "CREATE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/create/named-collection"},
    {"name": "CREATE QUOTA", "category": "CREATE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/create/quota"},
    {"name": "CREATE ROLE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/create/role"},
    {"name": "CREATE ROW POLICY", "category": "CREATE", "passed": 11, "total": 11, "source": "https://clickhouse.com/docs/reference/statements/create/row-policy"},
    {"name": "CREATE SETTINGS PROFILE", "category": "CREATE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/create/settings-profile"},
    {"name": "CREATE TABLE", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/table"},
    {"name": "CREATE TABLE CODEC", "category": "CREATE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/create/table/codec"},
    {"name": "CREATE TEMPORARY TABLE", "category": "CREATE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/create/table/temporary-table"},
    {"name": "CREATE USER", "category": "CREATE", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/statements/create/user"},
    {"name": "CREATE VIEW", "category": "CREATE", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/create/view"},
    {"name": "CREATE WINDOW VIEW", "category": "CREATE", "passed": 7, "total": 7, "source": "https://clickhouse.com/docs/reference/statements/create/view"},
    {"name": "REPLACE TABLE", "category": "CREATE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/create/table/replace-table"},
    {"name": "AggregateFunction", "category": "DATA TYPES", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/data-types/aggregatefunction"},
    {"name": "Array", "category": "DATA TYPES", "passed": 10, "total": 10, "source": "https://clickhouse.com/docs/reference/data-types/array"},
    {"name": "DateTime64", "category": "DATA TYPES", "passed": 7, "total": 7, "source": "https://clickhouse.com/docs/reference/data-types/datetime64"},
    {"name": "Decimal", "category": "DATA TYPES", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/data-types/decimal"},
    {"name": "Enum", "category": "DATA TYPES", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/data-types/enum"},
    {"name": "Geo", "category": "DATA TYPES", "passed": 24, "total": 24, "source": "https://clickhouse.com/docs/reference/data-types/geo"},
    {"name": "Interval", "category": "DATA TYPES", "passed": 7, "total": 7, "source": "https://clickhouse.com/docs/reference/data-types/special-data-types/interval"},
    {"name": "LowCardinality", "category": "DATA TYPES", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/data-types/lowcardinality"},
    {"name": "Map", "category": "DATA TYPES", "passed": 13, "total": 13, "source": "https://clickhouse.com/docs/reference/data-types/map"},
    {"name": "Nested", "category": "DATA TYPES", "passed": 15, "total": 15, "source": "https://clickhouse.com/docs/reference/data-types/nested-data-structures"},
    {"name": "Nullable", "category": "DATA TYPES", "passed": 6, "total": 6, "source": "https://clickhouse.com/docs/reference/data-types/nullable"},
    {"name": "Tuple", "category": "DATA TYPES", "passed": 14, "total": 14, "source": "https://clickhouse.com/docs/reference/data-types/tuple"},
    {"name": "UUID", "category": "DATA TYPES", "passed": 8, "total": 8, "source": "https://clickhouse.com/docs/reference/data-types/uuid"},
    {"name": "ON CLUSTER (distributed DDL)", "category": "DDL", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/distributed-ddl"},
    {"name": "DELETE (lightweight)", "category": "DELETE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/delete"},
    {"name": "DESCRIBE TABLE", "category": "DESCRIBE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/describe-table"},
    {"name": "DETACH", "category": "DETACH", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/detach"},
    {"name": "DROP", "category": "DROP", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/drop"},
    {"name": "EXCHANGE TABLES", "category": "EXCHANGE", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/exchange"},
    {"name": "EXECUTE AS", "category": "EXECUTE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/execute_as"},
    {"name": "EXISTS", "category": "EXISTS", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/exists"},
    {"name": "EXPLAIN", "category": "EXPLAIN", "passed": 20, "total": 20, "source": "https://clickhouse.com/docs/reference/statements/explain"},
    {"name": "GRANT", "category": "GRANT", "passed": 11, "total": 11, "source": "https://clickhouse.com/docs/reference/statements/grant"},
    {"name": "INSERT INTO FORMAT", "category": "INSERT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/insert-into"},
    {"name": "INSERT INTO SELECT", "category": "INSERT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/insert-into"},
    {"name": "INSERT INTO VALUES", "category": "INSERT", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/insert-into"},
    {"name": "KILL MUTATION", "category": "KILL", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/kill"},
    {"name": "KILL QUERY", "category": "KILL", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/kill"},
    {"name": "MOVE", "category": "MOVE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/move"},
    {"name": "Operators", "category": "OPERATORS", "passed": 34, "total": 34, "source": "https://clickhouse.com/docs/reference/operators"},
    {"name": "OPTIMIZE TABLE", "category": "OPTIMIZE", "passed": 15, "total": 15, "source": "https://clickhouse.com/docs/reference/statements/optimize"},
    {"name": "PARALLEL WITH", "category": "PARALLEL", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/parallel_with"},
    {"name": "RENAME", "category": "RENAME", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/rename"},
    {"name": "REVOKE", "category": "REVOKE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/revoke"},
    {"name": "APPLY modifier", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/apply_modifier"},
    {"name": "ARRAY JOIN", "category": "SELECT", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/statements/select/array-join"},
    {"name": "DISTINCT", "category": "SELECT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/select/distinct"},
    {"name": "EXCEPT", "category": "SELECT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/select/except"},
    {"name": "EXCEPT modifier", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/except_modifier"},
    {"name": "FORMAT clause", "category": "SELECT", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/select/format"},
    {"name": "FROM", "category": "SELECT", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/select/from"},
    {"name": "GROUP BY", "category": "SELECT", "passed": 10, "total": 10, "source": "https://clickhouse.com/docs/reference/statements/select/group-by"},
    {"name": "HAVING", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/having"},
    {"name": "IN operators", "category": "SELECT", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/statements/in"},
    {"name": "INTERSECT", "category": "SELECT", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/select/intersect"},
    {"name": "INTO OUTFILE", "category": "SELECT", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/select/into-outfile"},
    {"name": "JOIN", "category": "SELECT", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/statements/select/join"},
    {"name": "LIMIT", "category": "SELECT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/select/limit"},
    {"name": "LIMIT BY", "category": "SELECT", "passed": 9, "total": 9, "source": "https://clickhouse.com/docs/reference/statements/select/limit-by"},
    {"name": "OFFSET / FETCH", "category": "SELECT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/select/offset"},
    {"name": "ORDER BY", "category": "SELECT", "passed": 11, "total": 11, "source": "https://clickhouse.com/docs/reference/statements/select/order-by"},
    {"name": "PREWHERE", "category": "SELECT", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/select/prewhere"},
    {"name": "QUALIFY", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/qualify"},
    {"name": "REPLACE modifier", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/replace_modifier"},
    {"name": "SAMPLE", "category": "SELECT", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/select/sample"},
    {"name": "SELECT", "category": "SELECT", "passed": 9, "total": 9, "source": "https://clickhouse.com/docs/reference/statements/select"},
    {"name": "SELECT ALL", "category": "SELECT", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/select/all"},
    {"name": "UNION", "category": "SELECT", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/select/union"},
    {"name": "WHERE", "category": "SELECT", "passed": 29, "total": 29, "source": "https://clickhouse.com/docs/reference/statements/select/where"},
    {"name": "WITH (CTE)", "category": "SELECT", "passed": 18, "total": 18, "source": "https://clickhouse.com/docs/reference/statements/select/with"},
    {"name": "SET", "category": "SET", "passed": 9, "total": 9, "source": "https://clickhouse.com/docs/reference/statements/set"},
    {"name": "SET ROLE", "category": "SET", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/set-role"},
    {"name": "SHOW CLUSTERS", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW COLUMNS", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW CREATE", "category": "SHOW", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW DATABASES", "category": "SHOW", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW DICTIONARIES", "category": "SHOW", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW ENGINES / FUNCTIONS / MERGES", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW GRANTS", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW INDEX", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW PROCESSLIST", "category": "SHOW", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW SETTINGS", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW TABLES", "category": "SHOW", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "SHOW USERS / ROLES / QUOTAS", "category": "SHOW", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/show"},
    {"name": "Identifiers and literals", "category": "SYNTAX", "passed": 12, "total": 12, "source": "https://clickhouse.com/docs/reference/syntax"},
    {"name": "SYSTEM DISTRIBUTED SENDS", "category": "SYSTEM", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM DROP CACHE", "category": "SYSTEM", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM FLUSH", "category": "SYSTEM", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM RELOAD", "category": "SYSTEM", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM REPLICA", "category": "SYSTEM", "passed": 9, "total": 9, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM SHUTDOWN / KILL", "category": "SYSTEM", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM START/STOP MERGES", "category": "SYSTEM", "passed": 5, "total": 5, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "SYSTEM UNLOAD PRIMARY KEY", "category": "SYSTEM", "passed": 3, "total": 3, "source": "https://clickhouse.com/docs/reference/statements/system"},
    {"name": "TRUNCATE", "category": "TRUNCATE", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/truncate"},
    {"name": "UNDROP TABLE", "category": "UNDROP", "passed": 1, "total": 1, "source": "https://clickhouse.com/docs/reference/statements/undrop"},
    {"name": "UPDATE (lightweight)", "category": "UPDATE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/update"},
    {"name": "USE", "category": "USE", "passed": 2, "total": 2, "source": "https://clickhouse.com/docs/reference/statements/use"},
    {"name": "WATCH", "category": "WATCH", "passed": 4, "total": 4, "source": "https://clickhouse.com/docs/reference/statements/watch"}
  ]
}
