Skip to content

Commit

Permalink
Update 5.conditional-expressions.md (#2148)
Browse files Browse the repository at this point in the history
Co-authored-by: randomJoe211 <[email protected]>
  • Loading branch information
cooper-lzy and randomJoe211 authored Sep 23, 2022
1 parent 26368b2 commit 26292bf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ nebula> RETURN coalesce(null,[1,2,3]) as result;
+-----------+
nebula> RETURN coalesce(null) as result;
+-----------+
| result |
+-----------+
| NULL |
+-----------+
+----------+
| result |
+----------+
| __NULL__ |
+----------+
```

0 comments on commit 26292bf

Please sign in to comment.