This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a3f4b54 Fix sample link 404 (#790)
3a3f4b54 is described below

commit 3a3f4b547a9f713065b4df30be5568e425d01575
Author: leto-b <[email protected]>
AuthorDate: Wed Jun 25 14:28:01 2025 +0800

    Fix sample link 404 (#790)
    
    * fix iotdb enterprise edition to timechodb
    
    * Revert "fix iotdb enterprise edition to timechodb"
    
    This reverts commit ce00b72ff8fc091d50bbc8bf726a9423c7c2b909.
    
    * fix sample data link in basic functions
---
 src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md | 4 ++--
 src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md 
b/src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
index 528d738e..1fdced28 100644
--- a/src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
+++ b/src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
@@ -184,7 +184,7 @@ SELECT LEAST(temperature,humidity) FROM table2;
 
 #### 2.3.1 示例数据
 
-在[示例数据页面](https://www.timecho.com/docs/zh/UserGuide/V2.0.1/Table/Basic-Concept/Sample-Data.html)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB
 CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
+在[示例数据页面](../Reference/Sample-Data.md)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB 
CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
 
 #### 2.3.2 Count
 
@@ -497,7 +497,7 @@ date_bin(interval,source,origin)
 
 ##### 示例数据
 
-在[示例数据页面](https://www.timecho.com/docs/zh/UserGuide/V2.0.1/Table/Basic-Concept/Sample-Data.html)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB
 CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
+在[示例数据页面](../Reference/Sample-Data.md)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB 
CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
 
 示例 1:不指定起始时间戳
 
diff --git a/src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md 
b/src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
index 528d738e..1fdced28 100644
--- a/src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
+++ b/src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
@@ -184,7 +184,7 @@ SELECT LEAST(temperature,humidity) FROM table2;
 
 #### 2.3.1 示例数据
 
-在[示例数据页面](https://www.timecho.com/docs/zh/UserGuide/V2.0.1/Table/Basic-Concept/Sample-Data.html)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB
 CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
+在[示例数据页面](../Reference/Sample-Data.md)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB 
CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
 
 #### 2.3.2 Count
 
@@ -497,7 +497,7 @@ date_bin(interval,source,origin)
 
 ##### 示例数据
 
-在[示例数据页面](https://www.timecho.com/docs/zh/UserGuide/V2.0.1/Table/Basic-Concept/Sample-Data.html)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB
 CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
+在[示例数据页面](../Reference/Sample-Data.md)中,包含了用于构建表结构和插入数据的SQL语句,下载并在IoTDB 
CLI中执行这些语句,即可将数据导入IoTDB,您可以使用这些数据来测试和执行示例中的SQL语句,并获得相应的结果。
 
 示例 1:不指定起始时间戳
 

Reply via email to