Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down