13/13 records
mysql_findexxr: SELECT * FROM stock LEFT JOIN category AS category ON stock.category = category.recnum WHERE INSTR(LOWER(stock.manuf),'sennheiser')>0 AND (INSTR(CONCAT_WS(' ',LOWER(stock.manuf),LOWER(stock.partid),LOWER(stock.image),LOWER(stock.modelno),LOWER(stock.descr),LOWER(category.descr)),'iem')>0) AND (stock.sell is NULL OR stock.sell >= 0) ORDER BY stock.sell DESC, stock.partid ASC LIMIT 5500