Skip to content

Feature Request: INSERT INTO without explicit column list in table definition. #31

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

Open
UnamedRus opened this issue Apr 24, 2022 · 2 comments
Labels
area/queryprocessor Query processor issues and requests enhancement New feature or request external

Comments

@UnamedRus
Copy link

If amount of columns being inserted and order match order in table definition, you can skip defining list of columns after table name.

@fomichev3000 fomichev3000 added enhancement New feature or request area/queryprocessor Query processor issues and requests labels May 18, 2022
@spuchin
Copy link
Collaborator

spuchin commented May 30, 2022

Currently column order is not exactly well-defined for YDB tables, but we can support this in the future.

@spuchin
Copy link
Collaborator

spuchin commented May 30, 2022

Internal ID: KIKIMR-15016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/queryprocessor Query processor issues and requests enhancement New feature or request external
Projects
None yet
Development

No branches or pull requests

4 participants