UNION ALL on same table |
2/22/2014 12:06:29 AM |
PHPRunner General questions | |
F
F5447 author
Dear All, DRAWNO PRIZENO FIRSTD SECONDD THIRDD FOURTHD
DRAWNO [D0][D1][D2][D3][D4][D5][D6][D7][D8][D9] I have posted question to stackexchange, as follows: [url]http://dba.stackexchange.com/questions/57539/mysql-count-multiple-columns-and-sum-the-total-occurrence[/url] |
|
![]() |
Sergey Kornilov admin 2/22/2014 |
UNION and UNION ALL can be applied to SQL statements pulling data from the same table or from different tables. |