0.mql 189 B

123456789101112
  1. MATCH (:/matrix/oo/automobile/)-[*]->(:/matrix/oo/ where brand = '普利司通' or brand = '立中车轮')
  2. /**
  3. output()
  4. match("graph.nodes.len", 65)
  5. match("graph.edges.len", 60)
  6. **/
  7. ;