3
c/CypherNeo4j.cypher
Normal file
3
c/CypherNeo4j.cypher
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE (Hello:Word { val: 'Hello' }), (World:Word { val: 'World!' }),
|
||||
(Hello)-[:SPACE]->(World)
|
||||
RETURN Hello,World
|
||||
Reference in New Issue
Block a user