1 2 3 4
name=with-collect-unwind cypher=MATCH (n:Person) WITH COLLECT(n.name) AS names UNWIND names AS name RETURN name ORDER BY name ASC row=string:Alice row=string:Bob