I'm trying to GROUP and return a repeated field into a new table
SELECT url, NEST(label) AS labels
FROM [mytable]
GROUP EACH BY url
It works when I've got the "Flatten Results" checkbox checked. When I uncheck that box I get 'Error: An internal error occurred and the request could not be completed.'
ontology-knowledge-graph:job_qD7a2Wrq9uCTqZrMbvwdy3v9Vtg