[
https://issues.apache.org/jira/browse/DERBY-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-4355:
--------------------------------------
Issue & fix info: [Release Note Needed] (was: [Release Note Needed, Patch
Available])
Affects Version/s: 10.6.0.0
Fix Version/s: 10.6.0.0
Thanks for looking at the patch, Bryan!
I've committed it to trunk with revision 813293, and I will post a suggestion
for a release note shortly.
> Implement CROSS JOIN
> --------------------
>
> Key: DERBY-4355
> URL: https://issues.apache.org/jira/browse/DERBY-4355
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 10.6.0.0
> Environment: any
> Reporter: Bernt M. Johnsen
> Assignee: Knut Anders Hatlen
> Fix For: 10.6.0.0
>
> Attachments: cross.diff, cross_v2.diff, cross_v3.diff, cross_v3.stat
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.