在Neo4j中返回构造格式

时间:2016-11-30 10:13:04

标签: neo4j cypher

我的查询是

START n=node(*) return count(n)AS `Number of nodes is`;

上述查询将以tabluar格式返回答案。

+----------------------------------+
| Total Number of Nodes Populated: |
+----------------------------------+
| 24                               |
+----------------------------------+
1 row

我如何指定返回构造的格式。让我们在这个问题上说,我只想把答案称为'24'或JSON。

0 个答案:

没有答案