Skip to content

Commit

Permalink
Update docs-2.0/3.ngql-guide/3.data-types/4.date-and-time.md
Browse files Browse the repository at this point in the history
Co-authored-by: randomJoe211 <[email protected]>
  • Loading branch information
foesa-yang and randomJoe211 authored Jan 17, 2023
1 parent 8febdb2 commit 78481bb
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/4.date-and-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ nebula> RETURN timestamp(datetime("2022-08-29T07:53:10.939000"));
3. 查询`test1`的属性`p1`是否为`2021-03-17`。
```ngql
nebula> MATCH (v:date1) RETURN v.date1.p1 == date("2021-03-17");
nebula> MATCH (v:date1) RETURN v.date1.p1 == date("2021-03-17");
+----------------------------------+
| (v.date1.p1==date("2021-03-17")) |
+----------------------------------+
Expand Down

0 comments on commit 78481bb

Please sign in to comment.