I have a node containing these property names: "name", "A", "B", "C", ..., "ZA", "ZB", "ZC",...
(That is, using the query match (x) where x.name="a" return keys(x) will return the result ["name", "A", "B", "C", ..., "ZA", "ZB", "ZC", ...]).
I want to...