7trends Sonderangebote

 
 
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10
weiter
 
 
SELECT DISTINCT a.*, b.*, (((a.Price_old - a.Price)*100)/a.Price_old) as Diff FROM products as a LEFT JOIN feeds as b ON b.feedId = a.FeedId LEFT JOIN categories_products_match as c ON a.Product_id=c.product_id LEFT JOIN brands_products_match as d ON a.Product_id=d.product_id WHERE (b.feedStatus!='0') AND a.FeedId!='36' AND (a.FeedId = '86') order by changeDate DESC LIMIT 0,12: Got error 28 from storage engine
 
 
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10
weiter