File tree Expand file tree Collapse file tree 6 files changed +6
-14
lines changed
Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ Detailed explanation of each parameter is as follows:
6969
7070Examples are as follows:
7171
72-
73-
7472``` SQL
7573-- Full subscription
7674CREATE TOPIC root_all;
@@ -80,9 +78,8 @@ CREATE TOPIC IF NOT EXISTS db_timerange
8078WITH (
8179 ' path' = ' root.db.**' ,
8280 ' start-time' = ' 2023-01-01' ,
83- ' end-time' = ' 2023-12-31' ,
81+ ' end-time' = ' 2023-12-31'
8482);
85- ```
8683
8784# ### 3.1.2 Delete Topic
8885
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ Detailed explanation of each parameter is as follows:
6969
7070Examples are as follows:
7171
72-
73-
7472``` SQL
7573-- Full subscription
7674CREATE TOPIC root_all;
@@ -80,7 +78,7 @@ CREATE TOPIC IF NOT EXISTS db_timerange
8078WITH (
8179 ' path' = ' root.db.**' ,
8280 ' start-time' = ' 2023-01-01' ,
83- ' end-time' = ' 2023-12-31' ,
81+ ' end-time' = ' 2023-12-31'
8482);
8583```
8684
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ Detailed explanation of each parameter is as follows:
6969
7070Examples are as follows:
7171
72-
73-
7472``` SQL
7573-- Full subscription
7674CREATE TOPIC root_all;
@@ -80,9 +78,8 @@ CREATE TOPIC IF NOT EXISTS db_timerange
8078WITH (
8179 ' path' = ' root.db.**' ,
8280 ' start-time' = ' 2023-01-01' ,
83- ' end-time' = ' 2023-12-31' ,
81+ ' end-time' = ' 2023-12-31'
8482);
85- ```
8683
8784# ### 3.1.2 Delete Topic
8885
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ CREATE TOPIC IF NOT EXISTS db_timerange
7474WITH (
7575 ' path' = ' root.db.**' ,
7676 ' start-time' = ' 2023-01-01' ,
77- ' end-time' = ' 2023-12-31' ,
77+ ' end-time' = ' 2023-12-31'
7878);
7979```
8080
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ CREATE TOPIC IF NOT EXISTS db_timerange
7474WITH (
7575 ' path' = ' root.db.**' ,
7676 ' start-time' = ' 2023-01-01' ,
77- ' end-time' = ' 2023-12-31' ,
77+ ' end-time' = ' 2023-12-31'
7878);
7979```
8080
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ CREATE TOPIC IF NOT EXISTS db_timerange
7474WITH (
7575 ' path' = ' root.db.**' ,
7676 ' start-time' = ' 2023-01-01' ,
77- ' end-time' = ' 2023-12-31' ,
77+ ' end-time' = ' 2023-12-31'
7878);
7979```
8080
You can’t perform that action at this time.
0 commit comments