I have multiple tables with some common columns. I’d like to create a new table to combine data from these multiple tables and displayed in the same column.
ex: Table1 has Column1 with some values, Table2 has Column1 with some values
How do I display all data in Table 3 under Column1?