Update Model-ch.md

This commit is contained in:
Yiqing Liu 2020-08-03 14:32:36 +08:00 committed by GitHub
parent e5b15715fe
commit a6fbe4bcc5
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否则对具体表操作前需要使用“库名.表名”来指定库的名字。
**注意:**