Skip to content

Commit 05eff7c

Browse files
let to additions page
1 parent 16ab50c commit 05eff7c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,19 @@ a|
209209
label:functionality[]
210210
label:new[]
211211

212+
[source, cypher, role="noheader"]
213+
----
214+
MATCH (s:Supplier)-[:SUPPLIES]->(p:Product)
215+
LET supplier = s.name
216+
RETURN supplier, p.name AS product
217+
----
218+
219+
| New xref:clauses/let.adoc[`LET`] clause used to bind values to variables.
220+
221+
a|
222+
label:functionality[]
223+
label:new[]
224+
212225
[source, cypher, role="noheader"]
213226
----
214227
UNWIND [1, 2, 3, 4, 5, 6] AS x

0 commit comments

Comments
 (0)