Description
Contains a list of all SQL statements of ClickHouse.Columns
name(String) — The name of the SQL statement.syntax(String) — The syntax of the statement.description(String) — A description of what the statement does, with usage examples.parent_name(String) — The name of the enclosing statement, e.g. SELECT for the WHERE clause. Empty for a top-level statement.related(Array(String)) — The names of related statements.