This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.13 by this push:
new b558beb [To rel/0.13][IOTDB-2820]Update Userguide SQL about Trigger
(#5373)
b558beb is described below
commit b558beb5656dd33bca29cca5525619b89ecc70bb
Author: 肖志红 <[email protected]>
AuthorDate: Tue Mar 29 17:29:28 2022 +0800
[To rel/0.13][IOTDB-2820]Update Userguide SQL about Trigger (#5373)
---
docs/UserGuide/Process-Data/Alerting.md | 2 +-
docs/zh/UserGuide/Process-Data/Alerting.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/UserGuide/Process-Data/Alerting.md
b/docs/UserGuide/Process-Data/Alerting.md
index 1a4fd3a..3e2f253 100644
--- a/docs/UserGuide/Process-Data/Alerting.md
+++ b/docs/UserGuide/Process-Data/Alerting.md
@@ -353,7 +353,7 @@ whose operation logic is defined
by `org.apache.iotdb.trigger.AlertingExample` java class.
``` sql
- CREATE TRIGGER root-ln-wf01-wt01-alert
+ CREATE TRIGGER `root-ln-wf01-wt01-alert`
AFTER INSERT
ON root.ln.wf01.wt01.temperature
AS "org.apache.iotdb.trigger.AlertingExample"
diff --git a/docs/zh/UserGuide/Process-Data/Alerting.md
b/docs/zh/UserGuide/Process-Data/Alerting.md
index acc07fb..e757d53 100644
--- a/docs/zh/UserGuide/Process-Data/Alerting.md
+++ b/docs/zh/UserGuide/Process-Data/Alerting.md
@@ -348,7 +348,7 @@ public class AlertingExample implements Trigger {
类定义的触发器。
``` sql
- CREATE TRIGGER root-ln-wf01-wt01-alert
+ CREATE TRIGGER `root-ln-wf01-wt01-alert`
AFTER INSERT
ON root.ln.wf01.wt01.temperature
AS "org.apache.iotdb.trigger.AlertingExample"