You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run "GO FROM "player100" OVER serve YIELD properties($$).name AS name collect($-.name)" , it returns "
-1004:SyntaxError: syntax error near `collect' ".
After consulting our dev, I get that I should use the pipe operator and then use collect() in group by or yield clause.
Can we explain clearly what exactly the syntax error is when I want to use collect() in ngql statements?
PS: can we unify the usage of our syntax in both match and our native ngql statements?
The text was updated successfully, but these errors were encountered:
When I run "GO FROM "player100" OVER serve YIELD properties($$).name AS name collect($-.name)" , it returns "
-1004:SyntaxError: syntax error near `collect' ".
After consulting our dev, I get that I should use the pipe operator and then use collect() in group by or yield clause.
Can we explain clearly what exactly the syntax error is when I want to use collect() in ngql statements?
PS: can we unify the usage of our syntax in both match and our native ngql statements?
The text was updated successfully, but these errors were encountered: