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 161734ed fix having example description in tablemodel (#868)
161734ed is described below
commit 161734ed16487e2f9b19fc3115728123f35f73e8
Author: leto-b <[email protected]>
AuthorDate: Fri Sep 12 15:08:49 2025 +0800
fix having example description in tablemodel (#868)
---
src/zh/UserGuide/Master/Table/SQL-Manual/Having-Clause.md | 2 +-
src/zh/UserGuide/latest-Table/SQL-Manual/Having-Clause.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/zh/UserGuide/Master/Table/SQL-Manual/Having-Clause.md
b/src/zh/UserGuide/Master/Table/SQL-Manual/Having-Clause.md
index d644321c..cad4e1ff 100644
--- a/src/zh/UserGuide/Master/Table/SQL-Manual/Having-Clause.md
+++ b/src/zh/UserGuide/Master/Table/SQL-Manual/Having-Clause.md
@@ -65,7 +65,7 @@ It costs 0.063s
### 2.2 示例 2:计算每个设备的每小时平均温度并过滤
-查询将计算 `table1` 表中每个设备每小时的平均温度,并过滤掉那些平均温度低于 27.2 的设备。
+查询将计算 `table1` 表中每个设备每小时的平均温度,并过滤掉那些平均温度低于 85.0 的设备。
```sql
SELECT date_bin(1h, time) as hour_time, device_id, AVG(temperature) as avg_temp
diff --git a/src/zh/UserGuide/latest-Table/SQL-Manual/Having-Clause.md
b/src/zh/UserGuide/latest-Table/SQL-Manual/Having-Clause.md
index d644321c..cad4e1ff 100644
--- a/src/zh/UserGuide/latest-Table/SQL-Manual/Having-Clause.md
+++ b/src/zh/UserGuide/latest-Table/SQL-Manual/Having-Clause.md
@@ -65,7 +65,7 @@ It costs 0.063s
### 2.2 示例 2:计算每个设备的每小时平均温度并过滤
-查询将计算 `table1` 表中每个设备每小时的平均温度,并过滤掉那些平均温度低于 27.2 的设备。
+查询将计算 `table1` 表中每个设备每小时的平均温度,并过滤掉那些平均温度低于 85.0 的设备。
```sql
SELECT date_bin(1h, time) as hour_time, device_id, AVG(temperature) as avg_temp