Instance Method
delete(from:)
Create a new
SQLDeleteBuilder.func delete(from table: any SQLExpression) -> SQLDeleteBuilder
Mentioned in
See Also
DML queries
delete(from:)Create a newSQLDeleteBuilder.insert(into:)Create a newSQLInsertBuilder.insert(into:)Create a newSQLInsertBuilder.select()Create a newSQLSelectBuilder.union(_:)Create a newSQLUnionBuilder, providing a builder to create the first query.update(_:)Create a newSQLUpdateBuilderassociated with this database.update(_:)Create a newSQLUpdateBuilderassociated with this database.