0160match.mql 105 B

12345678910
  1. match (x:mtx) -[:mtx_mtz]-> (z:mtz)
  2. return x.id, z.id, x.xprom, z.zprom
  3. /**
  4. output()
  5. count(100)
  6. **/
  7. ;