Instance Method
set(excludedValueOf:)
Add an assignment of the given column, using the value the column was given in the
INSERT query’s VALUES list.@discardableResult func set(excludedValueOf column: any SQLExpression) -> Self
Discussion
See SQLExcludedColumn for additional details.