Skip to content

Commit

Permalink
fix symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Dec 4, 2024
1 parent cba52fa commit c543f74
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `ADMIN` 语句用于运行管理函数来管理数据库和数据。
description: ADMIN 语句用于运行管理函数来管理数据库和数据。
---

# ADMIN
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `ALTER` 用于修改数据库的设置、表的设置或表的元数据。
description: ALTER 用于修改数据库的设置、表的设置或表的元数据。
---

# ALTER
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `CASE` 语句允许在查询中执行条件逻辑,根据条件返回特定值。
description: CASE 语句允许在查询中执行条件逻辑,根据条件返回特定值。
---

# CASE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `CAST` 用于将一个数据类型的表达式转换为另一个数据类型。
description: CAST 用于将一个数据类型的表达式转换为另一个数据类型。
---

# CAST
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `COPY` 语句用于导入和导出表或数据库的数据。
description: COPY 语句用于导入和导出表或数据库的数据。
---

# COPY
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `COLUMNS` 表提供关于表中每列的详细信息。
description: COLUMNS 表提供关于表中每列的详细信息。
---

# COLUMNS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `ENGINES` 表提供关于存储引擎的信息,检查 GreptimeDB 是否支持某个存储引擎或查看默认的存储引擎。
description: ENGINES 表提供关于存储引擎的信息,检查 GreptimeDB 是否支持某个存储引擎或查看默认的存储引擎。
---

# ENGINES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `FLOWS` 表提供 Flow 任务的相关信息。
description: FLOWS 表提供 Flow 任务的相关信息。
---

# FLOWS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `KEY_COLUMN_USAGE` 表描述列的键约束,例如时间索引键的约束。
description: KEY_COLUMN_USAGE 表描述列的键约束,例如时间索引键的约束。
---

# KEY_COLUMN_USAGE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `INFORMATION_SCHEMA` 提供对系统元数据的访问,例如数据库或表的名称、列的数据类型等。
description: INFORMATION_SCHEMA 提供对系统元数据的访问,例如数据库或表的名称、列的数据类型等。
---

# 概述
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `PARTITIONS` 表提供关于分区表的信息。
description: PARTITIONS 表提供关于分区表的信息。
---

# PARTITIONS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `PROCEDURE_INFO` 表提供各种 Procedure 的详细信息。
description: PROCEDURE_INFO 表提供各种 Procedure 的详细信息。
---

# PROCEDURE_INFO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `REGION_PEERS` 表显示 GreptimeDB 中单个 Region 节点的详细信息,例如它是 learner 还是 leader。
description: REGION_PEERS 表显示 GreptimeDB 中单个 Region 节点的详细信息,例如它是 learner 还是 leader。
---

# REGION_PEERS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `REGION_STATISTICS` 表提供关于某个 Region 统计信息的详细数据,包括总行数、磁盘大小等。
description: REGION_STATISTICS 表提供关于某个 Region 统计信息的详细数据,包括总行数、磁盘大小等。
---

# REGION_STATISTICS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `RUNTIME_METRICS` 表提供系统运行时指标,包括集群中 `/metrics` HTTP 端点输出的所有指标。
description: RUNTIME_METRICS 表提供系统运行时指标,包括集群中 `/metrics` HTTP 端点输出的所有指标。
---

# RUNTIME_METRICS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `SCHEMATA` 表提供数据库的相关信息及其字段描述。
description: SCHEMATA 表提供数据库的相关信息及其字段描述。
---

# SCHEMATA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `TABLE_CONSTRAINTS` 表描述了哪些表具有约束及相关信息。
description: TABLE_CONSTRAINTS 表描述了哪些表具有约束及相关信息。
---

# TABLE_CONSTRAINTS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `TABLES` 表提供数据库中表的信息及其字段描述。
description: TABLES 表提供数据库中表的信息及其字段描述。
---

# TABLES
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: `VIEWS` 表提供当前用户可见的视图列表及其字段描述。
description: VIEWS 表提供当前用户可见的视图列表及其字段描述。
---

# VIEWS
Expand Down

0 comments on commit c543f74

Please sign in to comment.