Skip to content

Commit ce6c170

Browse files
authored
Update transaction-isolation-level-significance.sql
1 parent 1666c0b commit ce6c170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql-queries-11/lock-single-row-mysql/transaction-isolation-level-significance.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ TRANSACTION ISOLATION LEVEL SERIALIZABLE;
33
START TRANSACTION;
44
SELECT *
55
FROM DEPARTMENT
6-
WHERE id=5;
6+
WHERE id = 5;
77
COMMIT;

0 commit comments

Comments
 (0)