xiaoyao-work / php-sql-parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

UNION Issues #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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