Skip to content

Commit 6d3ac2d

Browse files
committed
docs: add section titles for DeteteBatch
1 parent c7cfba4 commit 6d3ac2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
11841190
Generates 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+
11921201
You can also delete from a query:
11931202

11941203
.. literalinclude:: query_builder/119.php

0 commit comments

Comments
 (0)