DB QUERY ERROR : error in executing SQL -->You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND Status = 0 GROUP BY Year ORDER BY Year DESC' at line 3

SELECT DISTINCT YEAR( Date_Start ) as Year FROM news WHERE type = 1 AND companyID = AND Status = 0 GROUP BY Year ORDER BY Year DESC