mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
a9599d0a37
* Update index.md optimize chinese-doc translation * Update index.md * Update index.md Co-authored-by: Ivan Blinkov <github@blinkov.ru>
19 lines
466 B
Markdown
19 lines
466 B
Markdown
---
|
|
toc_folder_title: SQL参考
|
|
toc_hidden: true
|
|
toc_priority: 28
|
|
toc_title: hidden
|
|
---
|
|
|
|
# SQL参考 {#sql-reference}
|
|
|
|
ClickHouse支持以下形式的查询:
|
|
|
|
- [SELECT](statements/select/index.md)
|
|
- [INSERT INTO](statements/insert-into.md)
|
|
- [CREATE](statements/create.md)
|
|
- [ALTER](statements/alter.md#query_language_queries_alter)
|
|
- [其他类型的查询](statements/misc.md)
|
|
|
|
[原始文档](https://clickhouse.tech/docs/zh/sql-reference/) <!--hide-->
|