rickywu-posh/php-sql-parser

UNION Issues

Opened this issue · 0 comments

SELECT a, b FROM table1
UNION
SELECT c, d FROM table2
ORDER BY a, b


array(
    'UNION' => ........
    'ORDER' => ........
)


Original issue reported on code.google.com by adar....@gmail.com on 7 Nov 2014 at 9:08