乌鲁木齐外围-北京商务模特-集美艾艺
1030 - Got error 28 from storage engine
select distinct p.products_id,pd.products_name,pd.products_head_desc_tag,p.products_image,p.is_shipping_free, p.products_new, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,p.products_price,products_msrp from products_description pd, products p left join specials s on p.products_id = s.products_id ,categories_description cd,products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = p2c.categories_id and pd.language_id = '1' and (p2c.categories_id=68 )order by p.products_id desc,p.products_sort_order asc limit 0, 12
[TEP STOP]
select distinct p.products_id,pd.products_name,pd.products_head_desc_tag,p.products_image,p.is_shipping_free, p.products_new, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,p.products_price,products_msrp from products_description pd, products p left join specials s on p.products_id = s.products_id ,categories_description cd,products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = p2c.categories_id and pd.language_id = '1' and (p2c.categories_id=68 )order by p.products_id desc,p.products_sort_order asc limit 0, 12
[TEP STOP]