File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -884,6 +884,8 @@ You can also insert from a query:
884884
885885.. literalinclude :: query_builder/117.php
886886
887+ .. note :: ``$setQueryAsData()`` can be used since v4.3.0.
888+
887889.. note :: It is required to alias the columns of the select query to match those of the target table.
888890
889891.. _upsert-data :
@@ -950,6 +952,8 @@ You can also upsert from a query:
950952
951953.. literalinclude :: query_builder/115.php
952954
955+ .. note :: ``$setQueryAsData()`` can be used since v4.3.0.
956+
953957.. note :: It is required to alias the columns of the select query to match those of the target table.
954958
955959$builder->onConstraint()
@@ -1092,6 +1096,8 @@ You can also update from a query:
10921096
10931097.. literalinclude :: query_builder/116.php
10941098
1099+ .. note :: ``$setQueryAsData()`` can be used since v4.3.0.
1100+
10951101.. note :: It is required to alias the columns of the select query to match those of the target table.
10961102
10971103$builder->getCompiledUpdate()
@@ -1144,6 +1150,8 @@ You can also delete from a query:
11441150
11451151.. literalinclude :: query_builder/119.php
11461152
1153+ .. note :: ``$deleteBatch()`` can be used since v4.3.0.
1154+
11471155$builder->emptyTable()
11481156----------------------
11491157
You can’t perform that action at this time.
0 commit comments