memgraph/tests/public_benchmark/ldbc/test_cases/queries/update_5.oc
Teon Banek 26297ca641 ldbc: Extract update queries
Summary:
Convert update queries to oC supported by MG
Ignore ve2 in ldbc

Reviewers: buda, mislav.bradac, florijan

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D733
2017-09-01 14:13:04 +02:00

6 lines
255 B
Plaintext

// LdbcUpdate5AddForumMembership{forumId=1786706433093, personId=32985348839299, joinDate=Thu Sep 13 11:36:02 CEST 2012}
MATCH (f:Forum {id:"1786706433093"}),
(p:Person {id:"32985348839299"})
CREATE (f)-[:HAS_MEMBER {joinDate:1347528962967}]->(p);