SELECT `movie_genre`.`genre`, COUNT(`movie_genre`.`ean`) FROM `movie`, `movie_genre`, `movie_status` WHERE 1 AND `movie`.`ean` = `movie_genre`.`ean` AND `movie`.`rating` IN ('',1,1024,-18,'DB Error: no such table','SELECT `rating` FROM `userclass_permission` WHERE `userclass` = \'default\' AND `site` = 9 AND `permission` = \'browse\' [nativecode=1146 ** Table \'p2m00_hudoba.userclass_permission\' doesn\'t exist]','',NULL) AND `movie_status`.`ean` = `movie`.`ean` AND `movie_status`.`status` IN ('visible','preview') AND `movie_status`.`site` = 9 GROUP BY `movie_genre`.`genre` ORDER BY `movie_genre`.`genre` [nativecode=1146 ** Table 'p2m00_hudoba.movie' doesn't exist]