Type in the command to unite the query results without removing the duplicates | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Type in the command to unite the query results without removing the duplicates

9th Feb 2017, 10:38 AM
Sunita Sharma
1 ответ
+ 1
SELECT column_name(s) FROM table1 UNION ALL SELECT column_name(s) FROM table2;
9th Feb 2017, 11:33 AM
Andreas
Andreas - avatar