cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Recursive map projection

Hello there
Neo4j : 4.2.8

Simple question, why is this not impossible?

WITH {a:1,b:2,c:{A:1,B:2}} AS map
RETURN map{.a, .b, .c{.*}}

While this is possible:

WITH {a:1,b:2,c:{A:1,B:2}} AS map
RETURN map{.a, .b, .c}
0 REPLIES 0