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