Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我需要返回应该是大写的节点属性,我阅读了 neo4j 手册并没有找到这样做的方法,我注意到版本 1.9 具有上层功能,而我使用的是 1.7,对于我不想升级我的 neo4j 的其他原因,所以有什么解决方案,非常感谢。
由于 Neo4J 1.7 没有UPPER()函数,您必须在显示结果之前在自己的代码中进行转换。
UPPER()
另一个(但丑陋的)解决方案是创建一个节点属性来保存字符串的大写版本。