Skip to content

Commit eb54b99

Browse files
hvubrenetapopova
andauthored
Apply suggestion from @renetapopova
Co-authored-by: Reneta Popova <[email protected]>
1 parent d8bb132 commit eb54b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/errors/gql-errors/42NAB.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
error: syntax error or access rule violation - not supported standalone call. WHERE is not supported in standalone call. Use `CALL ... YIELD ... WHERE ... RETURN ...` instead.
55

66
== Explanation
7-
A standalone call of a procedure does not support a WHERE clause, i.e. it does not support the filtering of the procedure result.
7+
A standalone call of a procedure does not support a `WHERE` clause, i.e., it does not support the filtering of the procedure result.
88
Either remove the WHERE clause or add a RETURN clause after the call to it into an in-query call.
99

1010
== Example scenario

0 commit comments

Comments
 (0)