Can we add support for ON CREATE SET and ON MATCH SET. (like neo4j) #1619
Labels
enhancement
New request
feature request
New feature
override-stale
To keep issues/PRs untouched from stale action
Is your feature request related to a problem? Please describe.
While using MERGE clause need support for ON CREATE SET and ON MATCH SET
currently i have change my queries to SET instead of ON CREATE SET.
Describe the solution you'd like
Add support got ON CREATE SET and ON MATCH SET
Describe alternatives you've considered
Using SET for setting properties.
Additional context
https://memgraph.com/docs/querying/clauses/merge#3-merging-with-on-create-set-and-on-match-set
https://neo4j.com/docs/cypher-manual/current/clauses/merge/#query-merge-on-create-on-match
The text was updated successfully, but these errors were encountered: