消息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 ('15','514','608','624','605','621','618','615','612','609','625','606','622','603','619','616','613','610','626','607','623','604','620','617','614','611','510','549','546','543','553','550','547','544','551','548','545','552','511','562','559','556','563','560','557','554','564','561','558','555','512','565','569','566','567','568','509','533','530','527','540','537','534','531','528','541','525','538','535','532','529','542','526','539','536','513','592','581','589','578','586','602','575','583','599','572','596','593','590','579','587','576','584','600','573','597','570','594','591','580','588','577','585','601','574','582','598','571','595','508','517','524','521','518','515','522','519','516','523','520') 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