diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 32a1976cb..3fc247bea 100644 --- a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -464,7 +464,7 @@ Preparation: To register in this way, you need to upload the JAR package to the SQL: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` @@ -476,7 +476,7 @@ Preparation: To register in this way, you need to place the JAR package in any p SQL: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 7856e2f85..22ccbeb30 100644 --- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -464,7 +464,7 @@ USING 创建语句: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` @@ -476,7 +476,7 @@ USING URI '' 创建语句: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ```