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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -