SELECT DISTINCT a.*, h.name as hersteller, h.img as hersteller_img FROM shop4_artikel a, shop4_artikel_kategorie ak, shop4_kategorie k, shop4_hersteller h WHERE a.public IN(1) AND k.id=ak.kategorie_id AND a.id=ak.artikel_id AND a.shop_id='1' AND a.schleife='bestseller.gif' AND a.hersteller_id=h.id ORDER BY RAND() LIMIT 9
Got error 28 from storage engine
SELECT DISTINCT IFNULL(bezeichnung_de, bezeichnung_de) as bezeichnung, IFNULL(wert_de, wert_de) as wert FROM shop4_artikel_eigenschaften WHERE artikel_id='2079' ORDER BY bezeichnung_de ASC
Got error 28 from storage engine