Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nebula-console.md #1477

Merged
merged 1 commit into from
Feb 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs-2.0/nebula-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ Nebula Console 是 Nebula Graph 的原生命令行客户端,用于连接 Nebul

## 加载测试数据集

测试数据集名称为 basket,详细 Schema 信息和数据信息请使用相关`SHOW`命令查看。
测试数据集名称为 basketballplayer,详细 Schema 信息和数据信息请使用相关`SHOW`命令查看。

加载测试数据集命令如下:

```ngql
nebula> :play nba;
nebula> :play basketballplayer;
```

## 重复执行
Expand Down