数据库neo4j 图数据库 云博小周宇2024年5月5日2023年8月15日1 Min Read 修改属性的数据类型: match (a:Person) where a.age = toString(a.age) set a.age = toInt(a.age) return count(a)