Skip to content

Commit 5319c0d

Browse files
authored
removed a replacement notice for LET (#1418)
1 parent e22d006 commit 5319c0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ These codes order the features in the table below.
3131
| * GQL's `PERCENTILE_CONT()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentilecont[`percentileCont()`] function.
3232
* GQL's `PERCENTILE_DISC()` function is equivalent to Cypher's xref:functions/aggregating.adoc#functions-percentiledisc[`percentileDisc()`] function.
3333

34-
| GQ09
35-
| `LET` statement
36-
| Adds columns to the current working table.
37-
Cypher uses xref:clauses/with.adoc[`WITH`] instead.
38-
3934
| GQ10, GQ11, GQ23, GQ24
4035
| `FOR` statement: list value support, binding table support, `WITH ORDINALITY`, `WITH OFFSET`
4136
| Unnests a list or a binding table by expanding the current working table.

0 commit comments

Comments
 (0)