ClickHouse/docs/_description_templates/template-statement.md

25 lines
578 B
Markdown
Raw Normal View History

2021-03-06 08:59:50 +00:00
# Statement name (for example, SHOW USER) {#statement-name-in-lower-case}
Brief description of what the statement does.
2021-03-06 08:59:50 +00:00
**Syntax**
```sql
Syntax of the statement.
```
2021-03-06 08:59:50 +00:00
## Other necessary sections of the description (Optional) {#anchor}
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/
2021-03-06 08:59:50 +00:00
**See Also** (Optional)
Links to related topics as a list.
- [link](#)