Query: SELECT DISTINCT `id`, `title`, CONCAT(`year`, '-', `season`) AS `time`, `star` AS `score` FROM `animeComment` WHERE `type` = 'anime' ORDER BY `score` DESC Took 0.0053040981292725 seconds Found 378 Entries