PHP-SQL-Parser icon indicating copy to clipboard operation
PHP-SQL-Parser copied to clipboard

UNION Issues

Open witchi opened this issue 10 years ago • 0 comments

From [email protected] on November 07, 2014 10:08:26

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

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

Original issue: http://code.google.com/p/php-sql-parser/issues/detail?id=153

witchi avatar Jun 17 '15 20:06 witchi