RussellEngland / php-sql-parser

Automatically exported from code.google.com/p/php-sql-parser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

UNION Issues #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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