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.