börseproblem:
select boerse.*,hersteller.hersteller as herstellername,orte_aut.bundesland as bundesland,boerse_kategorien.name as boerse_kategorien_name from boerse left join boerse_kategorien on boerse_kategorien.id = boerse.cat_id left join hersteller on hersteller.id = boerse.hersteller_id left join orte_aut on orte_aut.plz = boerse.standort left join groessen on groessen.id = boerse.groesse where boerse.deleted='0' and boerse.verkauft='0' and boerse.created>'1243022700' and boerse.rubrik = '2' and boerse.hersteller_id in (%) and boerse.cat_id in (%) order by boerse.created desc limit 0,30