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 building "select from values as ..." queries #76

Closed
jakobbraun opened this issue May 27, 2020 · 1 comment
Closed

Add support for building "select from values as ..." queries #76

jakobbraun opened this issue May 27, 2020 · 1 comment
Assignees
Labels
feature Product feature

Comments

@jakobbraun
Copy link
Contributor

I could not find a way to build queries like:
SELECT COL1 FROM VALUES (1, 2) AS T(COL1, COL2)
I was not able to build this query using the sql-statemant-builder as I could not find a way to build part is the AS T(COL1, COL2) part.

@jakobbraun jakobbraun added the feature Product feature label May 27, 2020
AnastasiiaSergienko added a commit that referenced this issue Jun 29, 2020
AnastasiiaSergienko added a commit that referenced this issue Jun 30, 2020
* #76: Added `SELECT FROM VALUES ... AS` support
@AnastasiiaSergienko
Copy link
Contributor

Closed with #84

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
Development

No branches or pull requests

2 participants