阅读背景:

How can I have can I divide a single query (Cypher) in three distinct queries (Select part, Insert part And Update part)

来源:互联网 

I mean, instead of having a single query for a given input would give me a result, I would have three queries. (e.g query(input) = result) The first one is for choosing the result, select(input) = result The second one is for creating some elements from the result, create(result) = creation And the third one, is for updates on the "input", update(result) = updatedResultI mean, instead of having a single query for a




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: