ydb
ydb copied to clipboard
Feature Request: INSERT INTO without explicit column list in table definition.
If amount of columns being inserted and order match order in table definition, you can skip defining list of columns after table name.
Currently column order is not exactly well-defined for YDB tables, but we can support this in the future.
Internal ID: KIKIMR-15016