Alice Cooper
Alice Cooper Live Performance of From the Inside
Venue: Del Mar Fairgrounds
Location: Del Mar, California, United States
Date: June 22, 1998
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 = 71 AND btLive=1 GROUP BY YEAR(dtRecorded) ORDER BY ( dtRecorded IS NULL ), dtRecorded ASC