Skip to content

Commit

Permalink
Typographical Error
Browse files Browse the repository at this point in the history
One Typo word was found and have been updated
  • Loading branch information
sojinsamuel committed Aug 5, 2022
1 parent 4254b1e commit 2b8f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -416,7 +416,7 @@ As with +delete+, +update+ affects all rows in the dataset, so +where+ first,

=== Merging records

Merging records using the SQL MERGE statment is done using <tt>merge*</tt> methods.
Merging records using the SQL MERGE statement is done using <tt>merge*</tt> methods.
You use +merge_using+ to specify the merge source and join conditions.
You can use +merge_insert+, +merge_delete+, and/or +merge_update+ to set the
INSERT, DELETE, and UPDATE clauses for the merge. +merge_insert+ takes the same
Expand Down

0 comments on commit 2b8f341

Please sign in to comment.