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 DB。假设没有时间戳,我不知道如何识别 Neo4j 中节点或关系中的属性或属性,这些属性或属性会在一段时间内发生变化。请提出一个查询。
你不能,据我所知,默认情况下没有任何东西可以提供插入/更新时间。您应该在节点和关系上添加其他属性以跟踪插入/更新时间。您不能使用日期数据类型,因此您必须将它们转换为字符串。