A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS x,i.Name,s.ID,s.companyDescription AS blurb,s.RID,s.CleanCompanyName ' at line 1
SELECT s.CompanyName,a. AS x,i.Name,s.ID,s.companyDescription AS blurb,s.RID,s.CleanCompanyName FROM aggregated_hire_data a, survey s,industry AS i WHERE s.active = 1 AND s.Industry=i.ID AND s.RID = a.RID AND a.year = 2009 AND a. > ORDER BY a. DESC, s.companyName ASC