Is it possible to create nested groups?
table DueDate, rows.file.link
from #todo
group by DueDate
works like a charm, but
table Project, DueDate, rows.file.link
from #todo
group by Project, DueDate
fails with a parsing error:
1 | table Project, DueDate, rows.file.link
2 | from #todo
> 3 | group by Project, DueDate
| ^
4 |
Expected one of the following:
'(', '*' or '/', '+' or '-', '.', '>=' or '<=' or '!=' or '=' or '>' or '<', '[', 'and' or 'or', /FLATTEN/i, /FROM/i, /GROUP BY/i, /LIMIT/i, /SORT/i, /WHERE/i, EOF, whitespace