Instance Method
returning(_:)
Specify a list of columns to be returned as the result of the query.
func returning(_ columns: [any SQLExpression]) -> SQLReturningResultBuilder<Self>
Return Value
A SQLReturningResultBuilder which must be used to execute the query.