Skip to content

Commit

Permalink
Update 2.use-space.md (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Nov 15, 2021
1 parent bb888fd commit 5889820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/3.ngql-guide/9.space-statements/2.use-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ USE <graph_space_name>;
## 示例

```ngql
# 创建示例空间。
nebula> CREATE SPACE IF NOT EXISTS space1 (vid_type=FIXED_STRING(30));
nebula> CREATE SPACE IF NOT EXISTS space2 (vid_type=FIXED_STRING(30));
# 指定图空间space1作为工作空间。
nebula> USE space1;
Expand Down

0 comments on commit 5889820

Please sign in to comment.