Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulate Oracle's CONNECT BY using CTE involving the WITH clause #668

Open
lukaseder opened this issue Jul 22, 2012 · 2 comments
Open

Emulate Oracle's CONNECT BY using CTE involving the WITH clause #668

lukaseder opened this issue Jul 22, 2012 · 2 comments

Comments

@lukaseder
Copy link
Member

lukaseder commented Jul 22, 2012

Some ideas:

@ghost ghost assigned lukaseder Jul 22, 2012
@lukaseder lukaseder changed the title Simulate Oracle's CONNECT BY using CTE involving the WITH clause Emulate Oracle's CONNECT BY using CTE involving the WITH clause Jun 17, 2014
@lukaseder
Copy link
Member Author

A transformation of a comparable sophistication has been successfully implemented in jOOQ 3.15: Emulating QUALIFY. #5810.

Let's finally tackle CONNECT BY emulation in jOOQ 3.15!

@lukaseder
Copy link
Member Author

Duplicate of #11660 (special case) and #668 (general case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant