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....
Log in to post a comment.