mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
25 lines
575 B
Markdown
25 lines
575 B
Markdown
# Statement name (for example, SHOW USER) {#statement-name-in-lower-case}
|
|
|
|
Brief description of what the statement does.
|
|
|
|
**Syntax**
|
|
|
|
```sql
|
|
Syntax of the statement.
|
|
```
|
|
|
|
## Other necessary sections of the description (Optional) {#anchor}
|
|
|
|
Examples of descriptions with a complicated structure:
|
|
|
|
- https://clickhouse.com/docs/en/sql-reference/statements/grant/
|
|
- https://clickhouse.com/docs/en/sql-reference/statements/revoke/
|
|
- https://clickhouse.com/docs/en/sql-reference/statements/select/join/
|
|
|
|
|
|
**See Also** (Optional)
|
|
|
|
Links to related topics as a list.
|
|
|
|
- [link](#)
|