未验证 提交 5c1b4b1c 编写于 作者: B BayoNet 提交者: GitHub

DOCS-716: SQL statement description template (#12673)

* CLICKHOUSEDOCS-716: Added the template for SQL-statement description.

* Update docs/_description_templates/template-statement.md
Co-authored-by: NIvan Blinkov <github@blinkov.ru>

* Update docs/_description_templates/template-statement.md
Co-authored-by: NIvan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-716: Updated by comments.
Co-authored-by: NSergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Nemironyuk <em@don.ru>
Co-authored-by: NIvan Blinkov <github@blinkov.ru>
上级 9b39b6b7
# 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](#)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册