Skip to content

Commit

Permalink
Merge pull request #6147 from takaram/patch-1
Browse files Browse the repository at this point in the history
Fix invalid SQL in the document
  • Loading branch information
SenseException authored Sep 8, 2023
2 parents dcdefe3 + ce6507b commit 8a0dd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/data-retrieval-and-manipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ given data.
<?php
$conn->update('user', ['username' => 'jwage'], ['id' => 1]);
// UPDATE user (username) VALUES (?) WHERE id = ? (jwage, 1)
// UPDATE user SET username = ? WHERE id = ? (jwage, 1)

0 comments on commit 8a0dd47

Please sign in to comment.