select * from (select manga_information.MangaID,manga_information.Name,manga_chap.ChapterName from manga_information, manga_chap where manga_information.MangaID = manga_chap.MangaID ORDER BY manga_chap.CreateOn Desc ) as Hehe GROUP BY Name
select * from (select manga_information.MangaID,manga_information.Name,manga_chap.ChapterName from manga_information, manga_chap where manga_information.MangaID = manga_chap.MangaID ORDER BY manga_chap.CreateOn Desc ) as Hehe GROUP BY Name