此内容没有您所选择的语言版本。
B.9. Insert Structure
Each
Insert
will have a single NamedTable
specifying the table being inserted into. It will also has a list of ColumnReference
specifying the columns of the NamedTable
that are being inserted into. It also has InsertValueSource
, which will be a list of Expressions (ExpressionValueSource
), or a QueryExpression
.