This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new adb16f8a5a [hotfix] Fix a SQL in Aggregation.md (#9228)
adb16f8a5a is described below
commit adb16f8a5a0435fcdd47e3617e130538839d8e4b
Author: Zhijia Cao <[email protected]>
AuthorDate: Sat Mar 18 13:13:10 2023 +0800
[hotfix] Fix a SQL in Aggregation.md (#9228)
---
docs/UserGuide/Operators-Functions/Aggregation.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/UserGuide/Operators-Functions/Aggregation.md
b/docs/UserGuide/Operators-Functions/Aggregation.md
index 557929878a..a6c0e07126 100644
--- a/docs/UserGuide/Operators-Functions/Aggregation.md
+++ b/docs/UserGuide/Operators-Functions/Aggregation.md
@@ -167,7 +167,7 @@ Result:
SQL:
```sql
-select time_duration(s1) from root.db.d1.s1
+select time_duration(s1) from root.db.d1
```
Result:
@@ -177,4 +177,4 @@ Result:
+----------------------------+
| 1677570933|
+----------------------------+
-```
\ No newline at end of file
+```