From d78b2fd932a65a778db0273043f86fe1b54235a9 Mon Sep 17 00:00:00 2001 From: Richard Sill Date: Mon, 3 Nov 2025 16:42:39 +0100 Subject: [PATCH] removed a replacement notice for LET --- .../pages/appendix/gql-conformance/analogous-cypher.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc b/modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc index 3e118eec3..ae55ff72c 100644 --- a/modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc +++ b/modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc @@ -31,11 +31,6 @@ These codes order the features in the table below. | * GQL's `PERCENTILE_CONT()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentilecont[`percentileCont()`] function. * GQL's `PERCENTILE_DISC()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentiledisc[`percentileDisc()`] function. -| GQ09 -| `LET` statement -| Adds columns to the current working table. -Cypher uses xref:clauses/with.adoc[`WITH`] instead. - | GQ10, GQ11, GQ23, GQ24 | `FOR` statement: list value support, binding table support, `WITH ORDINALITY`, `WITH OFFSET` | Unnests a list or a binding table by expanding the current working table.