tags | |
---|---|
|
To add new concerts to this list add a new concert note to the concerts folder. Use the following template: [[Concert]]
TABLE
length(rows) as "#"
from "Concerts"
GROUP BY location
SORT length(rows) DESC
TABLE
length(rows) as "count"
from "Concerts"
FLATTEN artist
GROUP BY artist
SORT length(rows) DESC