SELECT Column_Name as Result FROM Table_1 UNION ALL SELECT Column_Name FROM Table_2 UNION ALL SELECT Column_Name FROM Table_3
Login to post response