Update Model-ch.md
This commit is contained in:
parent
e5b15715fe
commit
a6fbe4bcc5
|
@ -19,7 +19,7 @@ CREATE DATABASE power KEEP 365 DAYS 10 REPLICA 3 BLOCKS 4;
|
|||
USE power;
|
||||
```
|
||||
|
||||
就当当前链接里操作的库换为power,否则对具体表操作前,需要使用“库名.表名”来指定库的名字。
|
||||
就当前链接里操作的库换为power,否则对具体表操作前,需要使用“库名.表名”来指定库的名字。
|
||||
|
||||
**注意:**
|
||||
|
||||
|
|
Loading…
Reference in New Issue