Skip to content

Commit ee1b335

Browse files
Merge pull request #28880 from taosdata/yu285-patch-23
docs/ correct the "drop database" to "drop stream"
2 parents 60fed64 + 53fab7e commit ee1b335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/06-advanced/03-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ flush database stream_dest_db; ---- 流计算写入数据的超级表所在的
250250

251251
```sql
252252
create stream streams1 into test1.streamst as select _wstart, count(a) c1 from test.st interval(1s) ;
253-
drop database streams1;
253+
drop stream streams1;
254254
flush database test;
255255
flush database test1;
256256
```

0 commit comments

Comments
 (0)