SyntaxFix
Write A Post
Hire A Developer
Questions
You can union the queries as long as the columns match.
SELECT name, games, goals FROM tblMadrid WHERE id = 1 UNION ALL SELECT name, games, goals FROM tblBarcelona WHERE id = 2