SELECT `id`, `name`, `position`, `signedthru`, `salary2009`, `sb2009`, `wk2009`,`rb2009`,`basesalary2009`, `number`, `college`, `otherbonus` FROM `roster` WHERE signedthru >= 2009 AND (active='y' OR active='e' OR active='i' OR active='p')
Unknown column 'salary2009' in 'field list'