Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
With UNION. However, there are some limitations. Read more: en.wikipedia.org/wiki/Union
SELECT row1,row2 FROM table1
UNION
SELECT row1,row2 FROM table2
UNION
SELECT row1,row2 FROM table3;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question