of Montreal
Gronlandic Edit Performance by of Montreal at Elsewhere
Venue: Elsewhere
Location: Brooklyn, New York, United States
Date: October 7, 2022
SELECT Max(YEAR(dtRecorded)) as year, Count(PK_Music_Video) as cnt, max(Thumbnail_medium) as thumb FROM Music_Video V LEFT JOIN Music_Artist A ON V.FK_Music_Artist = A.PK_Music_Artist WHERE PK_Music_Artist = 1891 AND btLive=1 GROUP BY YEAR(dtRecorded) ORDER BY ( dtRecorded IS NULL ), dtRecorded ASC