ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4.03k stars 586 forks source link

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

Open UnamedRus opened 2 years ago

UnamedRus commented 2 years ago

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

spuchin commented 2 years ago

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

spuchin commented 2 years ago

Internal ID: KIKIMR-15016