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
3 changes: 0 additions & 3 deletions pages/querying/differences-in-cypher-implementations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ LIMIT 5

### Unsupported constructs

{<h4 className="custom-header">CALL subqueries in transactions</h4>}
Such a query is not supported in Memgraph, but you can use the [periodic](/advanced-algorithms/available-algorithms/periodic) module to execute a query periodically in batches.

{<h4 className="custom-header">EXISTS subqueries</h4>}
Such clause is not supported in Memgraph, but you can use `exists()` [pattern function](/querying/functions#pattern-functions) with the `WHERE` clause to [filter with pattern expressions](/querying/clauses/where#17-filter-with-pattern-expressions).

Expand Down