求助:程序新装,数据库导入后出现的问题
MySQL server error report:Array ( [0] => Array ( [message] => MySQL Query Error ) [1] => Array ( [sql] => SELECT b.brand_id, b.brand_name, b.brand_logo, COUNT(g.goods_id) AS goods_num, IF(b.brand_logo > '', '1', '0') AS tag FROM `twp_ttai`.`ecs_brand`AS b, `twp_ttai`.`ecs_goods` AS g WHERE g.brand_id = b.brand_id AND is_show = 1 GROUP BY b.brand_id HAVING goods_num > 0 ORDER BY tag DESC, b.sort_order ASC ) [2] => Array ( [error] => Unknown column 'is_show' in 'where clause' ) [3] => Array ( [errno] => 1054 ) )
打开前台首页,出现这个问题,请问怎么解决,谢谢