A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR a.addl_category_id IN ()) GROUP BY a.auction_id' at line 2
- SQL Query: SELECT a.auction_id FROM probid_auctions a WHERE a.active=1 AND a.approved=1 AND a.deleted=0 AND
a.list_in!='store' AND a.creation_in_progress=0 AND a.reserve_price = 0 AND a.start_price <= 1 AND a.closed=0 AND (a.category_id IN () OR a.addl_category_id IN ()) GROUP BY a.auction_id