Skip to content

Commit

Permalink
Update 5.null.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Nov 1, 2021
1 parent 9111365 commit bb55a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/3.data-types/5.null.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nebula> INSERT VERTEX player(name) VALUES "Kobe":("Kobe");
Query the vertex `Kobe`. The property `age` is `18` by default.

```ngql
nebula> FETCH PROP ON player "Kobe"
nebula> FETCH PROP ON player "Kobe";
+-----------------------------------------+
| vertices_ |
+-----------------------------------------+
Expand Down

0 comments on commit bb55a8d

Please sign in to comment.