Skip to content

Commit

Permalink
Update yield.md (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
even1111112 authored Nov 11, 2021
1 parent 72e18fb commit dea3fd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/3.ngql-guide/8.clauses-and-options/yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ nebula> YIELD "Hel" + "\tlo" AS string1, ", World!" AS string2;
+-------------+------------+
nebula> YIELD hash("Tim") % 100;
+-----------------+
| (hash(Tim)%100) |
+-----------------+
| 42 |
+-----------------+
+-------------------+
| (hash("Tim")%100) |
+-------------------+
| 42 |
+-------------------+
nebula> YIELD \
CASE 2+3 \
Expand Down

0 comments on commit dea3fd2

Please sign in to comment.