A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: Table 'usr_web7_1.platzierung' doesn't exist
- SQL Query: SELECT * FROM
probid_auctions a , (SELECT *, MIN(preis) AS min_preis FROM `platzierung` GROUP BY auction_id) AS p
WHERE a.active=1 AND a.approved=1 AND (a.category_id IN (30) OR a.addl_category_id IN (30)) AND p.auction_id = a.auction_id
ORDER BY a.pr DESC, min_preis DESC LIMIT 0, 20