Genesis
Genesis Concert Performance of Turn It On Again at Giants Stadium
Venue: Giants Stadium
Location: East Rutherford, New Jersey, United States
Date: September 27, 2007
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 = 229 AND btLive=1 GROUP BY YEAR(dtRecorded) ORDER BY ( dtRecorded IS NULL ), dtRecorded ASC