CodeCommitsIssuesPull requestsActionsInsightsSecurity
ba5988dcf6f0bcdaff6cd86cc51e0f1566adea8c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/_description_templates/template-statement.md

24lines · modepreview

# Statement name (for example, SHOW USER)

Brief description of what the statement does.

Syntax:

```sql
Syntax of the statement.
```

## Other necessary sections of the description (Optional)

Examples of descriptions with a complicated structure:

- https://clickhouse.tech/docs/en/sql-reference/statements/grant/
- https://clickhouse.tech/docs/en/sql-reference/statements/revoke/
- https://clickhouse.tech/docs/en/sql-reference/statements/select/join/


## See Also (Optional)

Links to related topics as a list.

-   [link](#)