You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the FAQ documentation before raising an issue
Describe the bug (required)
MINUS/INTERSECT not supported for following MATCH statement
Your Environments (required)
OS: uname -a
Compiler: g++ --version or clang++ --version
CPU: lscpu
Commit id (e.g. a3ffc7d8)
How To Reproduce(required)
Steps to reproduce the behavior:
(root@nebula) [sf100]> MATCH (person:Person)-[:KNOWS]-(friend) WHERE id(person) =="p-65504" RETURN person MINUS MATCH (person:Person)-[:KNOWS]-(friend) WHERE id(person) =="p-65504" RETURN person
[ERROR (-1004)]: SyntaxError: syntax error near `MINUS'Sat, 26 Nov 2022 01:30:58 CST
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Please check the FAQ documentation before raising an issue
Describe the bug (required)
MINUS/INTERSECT not supported for following MATCH statement
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: