Skip to content

Commit 1b065d2

Browse files
committed
Resolved ticket 247
1 parent aa135b6 commit 1b065d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/sql-part-5/reading/update/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SET Category='canned goods'
2222
WHERE CouponID = 143;
2323
```
2424

25-
Now the value of `Category` is changed for all records where the `CouponID` value is 146.
25+
Now the value of `Category` is changed for all records where the `CouponID` value is 143.
2626

2727
## Check Your Understanding
2828

0 commit comments

Comments
 (0)