Instance Method
insert(into:)
Create a new
SQLInsertBuilder.func insert(into table: any SQLExpression) -> SQLInsertBuilder
Mentioned in
See Also
DML queries
delete(from:)Create a newSQLDeleteBuilder.delete(from:)Create a newSQLDeleteBuilder.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.