Merge pull request #2895 from taosdata/liuyq-617-patch-2

Update Model-ch.md
This commit is contained in:
Xiaxin Li 2020-08-03 14:35:08 +08:00 committed by GitHub
commit 76b32d9c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ CREATE DATABASE power KEEP 365 DAYS 10 REPLICA 3 BLOCKS 4;
USE power;
```
就当前链接里操作的库换为power否则对具体表操作前需要使用“库名.表名”来指定库的名字。
就当前链接里操作的库换为power否则对具体表操作前需要使用“库名.表名”来指定库的名字。
**注意:**