Menu

#47 CROSS JOIN Support is missing

open
nobody
None
5
2014-09-04
2005-08-02
Anonymous
No

SQL Statements like:
SELECT * FROM authors CROSS JOIN publishers, abc
do not work. CROSS JOIN does not require an 'ON' part,
it can have multiple table after the join statement....

Discussion


Log in to post a comment.