c Artists MIDI Files

MIDI Index by song title in the style of all artists

    SELECT * FROM (SELECT ROW_NUMBER() OVER(ORDER BY ltrim(rtrim(products.artist))) AS n, products.artist, MAX(products.permalink) AS permalink, MAX(image) AS artistImage FROM products WHERE products.inactive<>1 AND products.artist like 'c%' and permalink<>'' and permalink is not null GROUP BY products.artist) AS a WHERE a.n BETWEEN (6460) AND (6480)
  • No artist found for "c"
Go to page: «