Skip to content

Commit 1873868

Browse files
Fix sql vs typeql page documentation
1 parent beeb2d2 commit 1873868

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core-concepts/modules/ROOT/pages/typeql/sql-vs-typeql.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ insert
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

0 commit comments

Comments
 (0)