Skip to content

Commit

Permalink
Update 5.null.md (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Oct 26, 2021
1 parent 7dd6924 commit a023ffd
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");
查询点`Kobe`,属性`age`为默认值`18`

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

0 comments on commit a023ffd

Please sign in to comment.