SORRY, THERE WAS A DATABASE ERROR - SELECT ID, workno, title, brackets, subtitle, shortinfo, genre, addgenre, compdate, pubdate, revdate, commissioned, instrumentation, duration, publisher, specialType, relatedworkIDs, discIDs, relateddiscIDs, audio, text, imageurlone, imageurltwo, hire, endinfo, quotes
FROM `works`
WHERE `composer` = 'Gregson, Edward'
AND `genre` LIKE 'symphonic wind band'
AND `publisher` LIKE 'g&m brand'
AND `specialType` = ''
AND `compdate` >= '0'
AND `compdate` <= '2008'
AND `title` LIKE '%%'
ORDER BY title desc ;m-brand
LIMIT 0, 20