Select 2 columns in one and combine them April 25, 2023 by Tarik (SELECT column1 as column FROM table ) UNION (SELECT column2 as column FROM table )