# 查找数据库中是否已有该组件
cypher1 = "match (n{
{name:'{0}'}}) return n".format(name)
print("运行:cypher1 = ", cypher1 )
node_list = graph.run(cypher1 ).data()
print(
判断Neo4j查询语句的返回是否为空
最新推荐文章于 2024-03-31 09:08:45 发布
# 查找数据库中是否已有该组件
cypher1 = "match (n{
{name:'{0}'}}) return n".format(name)
print("运行:cypher1 = ", cypher1 )
node_list = graph.run(cypher1 ).data()
print(