We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c86c5c commit 6c956b0Copy full SHA for 6c956b0
1 file changed
user_guide_src/source/database/query_builder.rst
@@ -953,7 +953,7 @@ $builder->upsertBatch()
953
Generates an upsert string based on the data you supply, and runs the
954
query. You can either pass an **array** or an **object** to the
955
method. By default a constraint will be defined in order. A primary
956
-key will be selected first and then unique keys. Mysql will use any
+key will be selected first and then unique keys. MySQL will use any
957
constraint by default. Here is an example using an array:
958
959
.. literalinclude:: query_builder/108.php
0 commit comments