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

Allow creating a new object column in SQL #230

Open
Ulimo opened this issue Mar 20, 2021 · 0 comments
Open

Allow creating a new object column in SQL #230

Ulimo opened this issue Mar 20, 2021 · 0 comments
Labels
.NET Pull requests that update .net code SqlExecutor SqlParser

Comments

@Ulimo
Copy link
Contributor

Ulimo commented Mar 20, 2021

It can be useful in situations to create a new object column, combining other columns.

Proposed SQL syntax:

SELECT {c1, c2} as obj FROM test

This then creates a new object with two fields that are named c1 and c2.

@Ulimo Ulimo added .NET Pull requests that update .net code SqlExecutor SqlParser labels Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Pull requests that update .net code SqlExecutor SqlParser
Projects
None yet
Development

No branches or pull requests

1 participant