Skip to content

Commit

Permalink
Fix typo in 'locking-follow-on-examples.sql'
Browse files Browse the repository at this point in the history
  • Loading branch information
syeeuns authored and beikov committed Sep 19, 2023
1 parent e747b3d commit 0722ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WHERE id = 1 FOR UPDATE

SELECT id
FROM Person
WHERE id = 1 FOR UPDATE
WHERE id = 2 FOR UPDATE

0 comments on commit 0722ea4

Please sign in to comment.