Union Postgresql
SELECT *
FROM riders
UNION
SELECT *
FROM riders2;
Energetic Eland
SELECT *
FROM riders
UNION
SELECT *
FROM riders2;