1054 - Unknown column 'products.products_status' in 'where clause'

select count(*) as total from products p, products_description pd where products.products_status = '1' and products.products_id = '235' and pd.products_id = products.products_id and pd.language_id = '1'

[TEP STOP]