Home

Latest Offers

    1030 - Got error 28 from storage engine

    select distinct p.products_id, p.products_image,pd.products_name,pd.products_description,cd.categories_id from products as p join products_description as pd on p.products_id = pd.products_id join products_to_categories as ptc on p.products_id = ptc.products_id join categories_description as cd on cd.categories_id = ptc.categories_id where p.products_status = '1' and p.products_new = '1' and p.products_id = pd.products_id and pd.language_id = '1' group by p.products_id order by p.products_sort_order asc,p.products_date_added desc limit 5

    [TEP STOP]