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

Adds support for USING in JOIN clause

Open czoIg opened this issue 3 years ago • 0 comments

The following query was producing UnableToCalculatePositionException, although it is a valid sql query:

SELECT * FROM table1 LEFT JOIN table2 USING (id1)

czoIg avatar Aug 23 '22 12:08 czoIg