1146 - Table 'demo.products' doesn't exist

select products_description.products_name, products.products_quantity, products.products_price, products.products_model, products_to_categories.products_id, products_to_categories.categories_id, products.products_tax_class_id FROM products, products_description, products_to_categories where products.products_id = products_description.products_id and products.products_status = 1 and products.products_id = products_to_categories.products_id and products_to_categories.categories_id = 25 and find_in_set('0', products.products_hide_from_groups) = 0 and products_description.language_id = 4 order by products_description.products_name

[TEP STOP]