Skip to content

Commit

Permalink
Update 1.comparison.md (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed May 6, 2022
1 parent c511cac commit e356108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/5.operators/1.comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ nebula> RETURN length(NULL), size(NULL), count(NULL), NULL IS NULL, NULL IS NOT
| __NULL__ | __NULL__ | 0 | true | false | __NULL__ | __NULL__ | false |
+--------------+------------+-------------+--------------+------------------+-----------+-------------+------------------+
nebula> WITH {name: null} AS map \
RETURN map.name IS NOT NULL;
nebula> WITH {name: null} AS `map` \
RETURN `map`.name IS NOT NULL;
+----------------------+
| map.name IS NOT NULL |
+----------------------+
Expand Down

0 comments on commit e356108

Please sign in to comment.