Skip to content

Commit

Permalink
Fix the incorrect description for UPSERT example (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored Oct 13, 2021
1 parent 8c50d6a commit 6538960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/2.quick-start/4.nebula-graph-crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Got 1 rows (time spent 2006/2406 us)
Got 1 rows (time spent 2205/2800 us)
```
- 用`UPSERT`插入一个VID为`player111`的点。
- 用`INSERT`插入一个VID为`player111`的点,然后用`UPSERT`更新它
```ngql
nebula> INSERT VERTEX player(name, age) VALUES "player111":("Ben Simmons", 22);
Expand Down

0 comments on commit 6538960

Please sign in to comment.