Open ray6080 opened 10 months ago
We miss the support of INTERSECT and EXCEPT for SET operations defined in SQL. The detailed semantic can be found here (https://www.postgresql.org/docs/current/queries-union.html).
INTERSECT
EXCEPT
@andyfengHKU we need to double check equivalent semantics/syntaxes in Cypher world too. I saw this in NebulaGraph, and I can check more later.
Had a conversation with @andyfengHKU and he thinks we need these two new clauses. So we need to extend openCypher for this.
We miss the support of
INTERSECT
andEXCEPT
for SET operations defined in SQL. The detailed semantic can be found here (https://www.postgresql.org/docs/current/queries-union.html).@andyfengHKU we need to double check equivalent semantics/syntaxes in Cypher world too. I saw this in NebulaGraph, and I can check more later.