|
|
|
|
| » Home |
|
1030 - Got error 28 from storage engine select c.categories_name, c.categories_id, p.products_id, p.products_model, p.products_tax_class_id, pd.products_name, pd.products_description, p.products_price, p.products_image, p.top_level_category from products p, categories_description c, products_to_categories pc, products_description pd where p.products_id = pd.products_id and p.products_id = pc.products_id and pc.categories_id = c.categories_id AND c.language_id = '1' and pd.language_id = '1' AND p.top_level_category LIKE '%Premium_Knives%' order by trim(c.categories_name), trim(pd.products_name) asc [TEP STOP] |