This article is tagged with:
Sql combine results from two tables
and mysql
sql combine results from two tables
SELECT *
FROM tutorial.crunchbase_investments_part1
UNION
SELECT *
FROM tutorial.crunchbase_investments_part2