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

Add support for SELECT FROM (SELECT ...) queries #77

Closed
jakobbraun opened this issue May 28, 2020 · 0 comments · Fixed by #84 or #85
Closed

Add support for SELECT FROM (SELECT ...) queries #77

jakobbraun opened this issue May 28, 2020 · 0 comments · Fixed by #84 or #85
Assignees
Labels
feature Product feature

Comments

@jakobbraun
Copy link
Contributor

Add support for selecting from sub selects.

For example:
SELECT * FROM (SELECT * FROM ...)

Until now the sql-statement-builder has no support for adding subselcets to the from clause.

@jakobbraun jakobbraun added the feature Product feature label May 28, 2020
@AnastasiiaSergienko AnastasiiaSergienko self-assigned this Jun 29, 2020
AnastasiiaSergienko added a commit that referenced this issue Jul 2, 2020
AnastasiiaSergienko added a commit that referenced this issue Jul 3, 2020
AnastasiiaSergienko added a commit that referenced this issue Jul 6, 2020
AnastasiiaSergienko added a commit that referenced this issue Jul 6, 2020
AnastasiiaSergienko added a commit that referenced this issue Jul 6, 2020
* #77: implemented SELECT FROM (SELECT ...)
Co-authored-by: Sebastian Bär <sebastian.baer@exasol.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
2 participants