Skip to content

Commit 6e25802

Browse files
Adding 42I63 wrong clause order
1 parent bc5ce3c commit 6e25802

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
**** xref:errors/gql-errors/42I59.adoc[]
254254
**** xref:errors/gql-errors/42I60.adoc[]
255255
**** xref:errors/gql-errors/42I61.adoc[]
256+
**** xref:errors/gql-errors/42I63.adoc[]
256257
**** xref:errors/gql-errors/42N00.adoc[]
257258
**** xref:errors/gql-errors/42N01.adoc[]
258259
**** xref:errors/gql-errors/42N02.adoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 42I63
2+
3+
== Status description
4+
error: syntax error or access rule violation - wrong subclause order. 'ORDER BY', '`{ <<clause>> }`' and 'LIMIT' can only be used in this order in 'RETURN'.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,10 @@ Status description:: error: syntax error or access rule violation - invalid glob
10301030

10311031
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
10321032

1033+
=== xref:errors/gql-errors/42I63.adoc[42I63]
1034+
1035+
Status description:: error: syntax error or access rule violation - wrong subclause order. 'ORDER BY', '`{ <<clause>> }`' and 'LIMIT' can only be used in this order in 'RETURN'.
1036+
10331037
[role=label--changed-2025.03]
10341038
=== xref:errors/gql-errors/42N00.adoc[42N00]
10351039

0 commit comments

Comments
 (0)