File tree Expand file tree Collapse file tree 1 file changed +12
-27
lines changed
docs/cn/sql-reference/10-sql-commands Expand file tree Collapse file tree 1 file changed +12
-27
lines changed Original file line number Diff line number Diff line change 2
2
title : SQL 命令参考
3
3
---
4
4
5
- 这些主题提供了各种 SQL 命令的参考信息。
6
-
7
- ## SQL 命令
8
-
9
- ### DDL 命令
10
- - 数据定义语言 (DDL) 命令的概述和文档。
11
- [ 阅读更多] ( ./00-ddl/index.md )
12
-
13
- ### DML 命令
14
- - 用于处理数据的 Data Manipulation Language (DML) 命令的信息。
15
- [ 阅读更多] ( ./10-dml/index.md )
16
-
17
- ### 查询语法
18
- - 关于 SQL 查询语法的详细指南,包括各种子句和用法。
19
- [ 阅读更多] ( ./20-query-syntax/index.md )
20
-
21
- ### 查询运算符
22
- - SQL 查询运算符的描述,包括逻辑运算符、比较运算符和其他运算符。
23
- [ 阅读更多] ( ./30-query-operators/index.md )
24
-
25
- ### 管理命令
26
- - 用于数据库管理、设置和性能监控的命令。
27
- [ 阅读更多] ( 50-administration-cmds/index.md )
28
-
29
- ### Explain 命令
30
- - 用于查询分析和优化的 'EXPLAIN' 命令的文档。
31
- [ 阅读更多] ( 40-explain-cmds/index.md )
5
+ 这些主题提供了 Databend 中各类 SQL 命令的参考信息。
6
+
7
+ ## 命令类别
8
+
9
+ | 类别 | 描述 |
10
+ | ----------| -------------|
11
+ | ** [ DDL 命令] ( 00-ddl/index.md ) ** | 数据定义语言(Data Definition Language)——创建、修改和删除数据库对象 |
12
+ | ** [ DML 命令] ( 10-dml/index.md ) ** | 数据操作语言(Data Manipulation Language)——插入、更新、删除和复制数据 |
13
+ | ** [ 查询语法] ( 20-query-syntax/index.md ) ** | SELECT 语句组件——FROM、WHERE、GROUP BY、JOIN 等 |
14
+ | ** [ 查询运算符] ( 30-query-operators/index.md ) ** | 算术、比较、逻辑及其他运算符 |
15
+ | ** [ EXPLAIN 命令] ( 40-explain-cmds/index.md ) ** | 查询分析与优化工具 |
16
+ | ** [ 管理命令] ( 50-administration-cmds/index.md ) ** | 系统监控、配置与维护 |
You can’t perform that action at this time.
0 commit comments