Details
Description
Implement the CROSS JOIN syntax
SELECT * from t1 CROSS JOIN t2;
as an alternative syntax to
SELECT * FROM t1, t2;
This should be pretty straight forward and ease the migration of SQL code to Derby.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-4374 Document the CROSS JOIN operation in the reference manual
- Closed
-
DERBY-4369 Give a more useful error message when join specification is missing
- Closed