Instance Method
set(_:to:)
Add an assignment setting the named column to the provided expression.
@discardableResult func set(_ column: String, to value: any SQLExpression) -> Self
Parameters
columnThe name of the column whose value is to be set.
valueThe expression describing the value to assign to the named column.
Discussion
The column name is left unqualified.