消息MySQL Query Error
SQLSELECT b.brand_id, b.brand_name, b.brand_logo, b.brand_desc, COUNT(*) AS goods_num, IF(b.brand_logo > '', '1', '0') AS tag FROM `shlgqdwjwcom`.`tww0ogj_brand`AS b, `shlgqdwjwcom`.`tww0ogj_goods` AS g WHERE g.brand_id = b.brand_id AND g.cat_id IN ('1','80','89','712','90','714','91','715','95','716','92','717','98','720','94','718','97','93','96','719','81','750','726','103','99','724','100','725','101','727','84','113','114','117','112','115','116','118','85','119','722','121','723','120','123','122','82','106','721','104','728','729','731','732','105','730','86','124','733','125','736','126','737','128','739','127','738','83','109','742','110','740','107','743','111','741','108','744','88','133','734','136','735','138','135','137','134','87','132','130','129','131') AND is_show = 1 AND g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 GROUP BY b.brand_id HAVING goods_num > 0 ORDER BY tag DESC, b.sort_order ASC LIMIT 3
错误Got error 28 from storage engine
代码1030