Cypher Query: How to Save a Cypher Query inside Neo4j? -
Cypher Query: How to Save a Cypher Query inside Neo4j? -
i trying save cypher query within cypher query. have been unable to. goal of app allow save cypher query , query cypher queries in neo4j, , able add together values within them.
example create (q:query{qid:'1',query:'create (u:user{type:'{{programmer}}'})'}) homecoming q how can write cypher query correcty? alter values parameters? thanks.
use double quotes statement want save:
create (q:query{qid:'1',query:"create (u:user{type:'{{programmer}}'})"}) homecoming q neo4j cypher
Comments
Post a Comment