blob: 7afe289e6d7362b127b6e4dd5a20b3e2f3fdc34d [file] [log] [blame]
MATCH (v)-[e]-(v2) RETURN DISTINCT '*' AS label, count(e) AS cnt
UNION ALL
MATCH (v)-[e]-(v2) RETURN DISTINCT label(e) AS label, count(e) AS cnt
ORDER BY label
-- %s