Instance Property
returning
An optional
SQLReturning clause specifying data to return from the deleted rows.var returning: SQLReturning?
Discussion
This can be used to perform a “queue pop” operation by both reading and deleting a row, but is not the most performant way to do so.