Skip to content

Commit

Permalink
Update 1.comparison.md (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Nov 1, 2021
1 parent 5ee09ed commit 6050b54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/3.ngql-guide/5.operators/1.comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ nebula> YIELD 0.11 <= 0.11;

```ngql
nebula> YIELD 1 != '1';
+--------+
| (1!=1) |
+--------+
| true |
+--------+
+----------+
| (1!="1") |
+----------+
| true |
+----------+
```

### `IS [NOT] NULL`
Expand Down

0 comments on commit 6050b54

Please sign in to comment.