A Database Error Occurred

Error Number: 1054

Unknown column 'techfrost' in 'where clause'

select p.id from products p left join category ct on (p.catid=ct.id) left join subcategory sct on (p.subcatid=sct.id) left join assets ast on (p.id=ast.section_id) left join brands bd on (p.brandid=bd.id) where p.state=1 and p.brandid=techfrost group by p.id

Filename: models/Common_model.php

Line Number: 27