select p.*, l.* from game_pages p inner join game_links l on (l.page_id = p.id) where l.id regexp "^([0-9]+)\.1$" order by p.title
Play with USMLE