|
|
|
1146 - Table 'shopfromchina.hot_arrival_products' doesn't exist
select count(p.products_id) as total from products p, products_description pd, hot_arrival_products ha where p.products_id = pd.products_id and ha.products_id=p.products_id and ha.belong='arrival' and pd.language_id = '1'
[TEP STOP]
|