SyntaxFix
Write A Post
Hire A Developer
Questions
You'll need to join twice:
SELECT home.*, away.*, g.network, g.date_start FROM game AS g INNER JOIN team AS home ON home.importid = g.home INNER JOIN team AS away ON away.importid = g.away ORDER BY g.date_start DESC LIMIT 7