Skip to content

Commit

Permalink
Update forEachTest.gsql
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Feb 8, 2025
1 parent b328f62 commit 21596a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CREATE OR REPLACE QUERY ForeachTest ( ) SYNTAX V3 {

#FOREACH item in collection accumlators variables
S = SELECT tgt
FROM (s:Account) -[e:Transfer]-> (tgt)
FROM (s:Account) -[e:transfer]-> (tgt)
ACCUM
@@listVar += e.amount,
@@setVar += e.amount,
Expand Down

0 comments on commit 21596a1

Please sign in to comment.