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
error: syntax error or access rule violation - ambiguous pattern field. The pattern contains pattern elements that refer to the same pattern fields. Make sure that the pattern is non-ambiguous.
5
+
6
+
== Example scenario
7
+
8
+
For example, when parsing a duration string value:
9
+
10
+
[source,cypher]
11
+
----
12
+
RETURN duration("5 hours 12 minutes 15 minutes", "h 'hours' m 'minutes' m 'minutes'"
13
+
----
14
+
15
+
You will receive an error with GQLSTATUS xref:errors/gql-errors/42001.adoc[42001].
16
+
This error has a cause detailed in xref:errors/gql-errors/42I68.adoc[42I68] and status description:
17
+
18
+
19
+
[source]
20
+
----
21
+
error: syntax error or access rule violation - ambiguous pattern field. The pattern contains pattern elements that refer to the same pattern fields. Make sure that the pattern is non-ambiguous.
0 commit comments