From c67e50e8efc65686602c8393063b6553dcb6b432 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Mon, 1 Sep 2025 10:47:45 +0800 Subject: [PATCH] fix having example description in tablemodel --- 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 d644321c1..cad4e1ff9 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 d644321c1..cad4e1ff9 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