pub fn insert<'a, Table, Type, Value>(table: Table) -> SQL<'a, Value>where Type: SQLSchemaType, Value: SQLParam, Table: SQLTable<'a, Type, Value>,
Creates an INSERT INTO statement with the specified table