Cypher, Neo4j, creates a Hello-:space->World! graph
Anyone who attempts to generate random numbers by deterministic means is, of course, living in a state of sin.
-- John von Neumann
This commit is contained in:
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