Search Results

0
votes

SQL: Select like column from two tables

You can use a union select: Select columnA from table1 union select columnA from table2 …