Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 368 Bytes

Concerts.md

File metadata and controls

25 lines (22 loc) · 368 Bytes
tags
Concert

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