1317 - Query execution was interrupted

select p.products_id, pd.products_name, m.manufacturers_name from products p, products_description pd, manufacturers as m where p.products_id = '3306' and m.manufacturers_id=p.manufacturers_id and pd.products_id = '3306' and pd.language_id = '1'

[TEP STOP]