memgraph/tests/public_benchmark/ldbc/test_cases/queries/update_3.oc

5 lines
235 B
Plaintext
Raw Normal View History

// LdbcUpdate3AddCommentLike{personId=102, commentId=2199029728710, creationDate=Thu Sep 13 11:38:06 CEST 2012}
MATCH (p:Person {id:"102"}),
(m:Comment {id:"2199029728710"})
CREATE (p)-[:LIKES {creationDate:1347529086733}]->(m);