SELECT book_id, GROUP_CONCAT(eisbn) eisbn, GROUP_CONCAT(eplatform) eplatform, GROUP_CONCAT(elink) elink FROM psop_book_ebook GROUP BY book_id