File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
core-concepts/modules/ROOT/pages/typeql Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3737 $e1 isa employment, links (employee: $alice, employer: $acme);
3838----
3939
40- ====
41-
4240== Data retrieval
4341
4442=== SELECT → match + fetch/select
@@ -742,7 +740,7 @@ define
742740| `LIMIT` | `limit` | Identical
743741| `OFFSET` | `offset` | Identical
744742| `DISTINCT` | `distinct` | Identical
745- | `COUNT`/`SUM`/`AVG`/`etc. | `reduce` with `count`/`sum`/`mean`/etc. | Similar, assigned to a variable|
743+ | `COUNT`/`SUM`/`AVG`/`etc.` | `reduce` with `count`/`sum`/`mean`/etc. | Similar, assigned to a variable|
746744| `UNION` | `or` patterns | Pattern disjunction
747745| `EXISTS` | `not { not { ... } }` | Double negation pattern
748746| `IN` | `or` with multiple `==` | Pattern disjunction
You can’t perform that action at this time.
0 commit comments