File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1176,11 +1176,17 @@ method, or ``emptyTable()``.
11761176
11771177.. _delete-batch :
11781178
1179+ DeleteBatch
1180+ ===========
1181+
11791182$builder->deleteBatch()
11801183-----------------------
11811184
11821185.. versionadded :: 4.3.0
11831186
1187+ Delete from Data
1188+ ^^^^^^^^^^^^^^^^
1189+
11841190Generates a batch **DELETE ** statement based on a set of data.
11851191
11861192.. literalinclude :: query_builder/118.php
@@ -1189,6 +1195,9 @@ This method may be especially useful when deleting data in a table with a compos
11891195
11901196.. note :: SQLite does not support the use of ``where()``.
11911197
1198+ Delete from a Query
1199+ ^^^^^^^^^^^^^^^^^^^
1200+
11921201You can also delete from a query:
11931202
11941203.. literalinclude :: query_builder/119.php
You can’t perform that action at this time.
0 commit comments