Could not execute SQL: Unknown column 'he' in 'where clause'

SELECT a.id, a.title, a.alias, a.catid, a.thumb, a.introtext, a.created, a.created_by, a.hits, c.name AS category_name ,a.title,a.alias,a.introtext,a.fulltext FROM lhm_articles AS a INNER JOIN lhm_articles_categories AS c ON c.id = a.catid WHERE a.catid=he AND a.enable = 1 AND c.enable = 1 ORDER BY a.title LIMIT 0,9999