Skip to content

Commit

Permalink
Merge pull request #28880 from taosdata/yu285-patch-23
Browse files Browse the repository at this point in the history
docs/ correct the "drop database" to "drop stream"
  • Loading branch information
guanshengliang authored Nov 29, 2024
2 parents 60fed64 + 53fab7e commit ee1b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/06-advanced/03-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ flush database stream_dest_db; ---- 流计算写入数据的超级表所在的

```sql
create stream streams1 into test1.streamst as select _wstart, count(a) c1 from test.st interval(1s) ;
drop database streams1;
drop stream streams1;
flush database test;
flush database test1;
```
Expand Down

0 comments on commit ee1b335

Please sign in to comment.